MCQS from C Programming Language set 76-100
76. What does the atoi() function do? A) Converts an integer to a string B) Converts a string…
76. What does the atoi() function do? A) Converts an integer to a string B) Converts a string…
51. What is the value of sizeof(char) in C? A) 1 byte B) 2 bytes C) 4 bytes D) Compiler-depen…
26. Which operator has the highest precedence? A) + B) * C) () D) = Answer: C) () 27. Wha…
1. What is the size of the int data type in C typically on a 32-bit system? A) 2 bytes B) 4 b…
Our website uses cookies to improve your experience. Learn more
Ok