Which of the following is the correct way to output the value of 4 left justified?

a) printf( "%i", 4 );
b) printf( "%-i", 4 );
c) printf( "4%i", 4 );
d) printf( "4-%i", 4 );


b) printf( "%-i", 4 );

Computer Science & Information Technology

You might also like to view...

DNS servers that receive zone updates for zones that are not integrated with AD DS are known as ________

a. Secondary name servers b. Additional name servers c. Backup name servers d. None of the above.

Computer Science & Information Technology

Which virtual hard drive tool enables you to prepare an operating system for imaging and deployment by removing user and computer-specific data?

a. Disk Management b. Sysprep c. Bcdedit d. Bcdboot

Computer Science & Information Technology

The content of ROM is maintained even when the router is rebooted.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What type of query will allow you to see statistics by category?

A. Update query B. Delete query C. Statistical query D. Totals query

Computer Science & Information Technology