R
Q. What data type can store 15.9635?
15.9635 corresponds to double precision floating point numbers, usually stored on 64 bits. There is also a float type giving less precision. Usually float variables are stored on 32 bits.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of C Program with Strings.?
Q. What is the output of the C Program?
Q. What is the output of C Program with Functions.?
Q. What is the output of the C Program.?
Q. Choose a correct C statement about String functions?
Q. fseek() should be preferred over rewind() mainly because
Q. What is the output of C Program with pointers.?
Q. Loops in C programming are used to ___
Q. Which of these if...else block syntax is correct?
Q. What is the default return type if it is not specified in function definition?
Discusssion
Login to discuss.