Which of the following converts the string "10" to the integer value 10?
a. itoa("ten");
b. atoi("ten");
c. atoi("10");
d. itoa(10);
e. None of these
c. atoi("10");
Computer Science & Information Technology
You might also like to view...
A derived class cannot access the members of its base class.
a) private b) static c) protected d) None of the above.
Computer Science & Information Technology
Which of the following is NOT an example of an asynchronous communication?
A) RSS feed B) podcast C) on-demand video D) online chat
Computer Science & Information Technology
An environment consisting of a few interactive processes that communicate using shared memory.
For each of the following environments, suggest whether the UMA, NUMA or NORMA memory-access architecture would be best and explain why. What will be an ideal response?
Computer Science & Information Technology
The ________ function returns the position of a value
Fill in the blank(s) with correct word
Computer Science & Information Technology