Which is not an input formatting capability of scanf?

a) inputting all types of data
b) inputting specific characters from an input stream
c) skipping specific characters in the input stream
d) replacing specific characters in the input stream


d) replacing specific characters in the input stream

Computer Science & Information Technology

You might also like to view...

Write a method named displayList() that has one parameter of type Vector and has a return value of void. The method uses an iterator to display the contents of the Vector.

What will be an ideal response?

Computer Science & Information Technology

The transport layer packet handler supports the ________.

a) Transmission Control Protocol (TCP) b) User Datagram Protocol (UDP) c) Control Message Protocol (ICMP) d) all of the above

Computer Science & Information Technology

Where in the workbook is the change history worksheet inserted?

A) Before the last worksheet B) After the last worksheet C) After the first worksheet D) Before the first worksheet

Computer Science & Information Technology

Which character is called the escape character in C#?

A. # B. Esc C. \ D. '

Computer Science & Information Technology