K
Q. Which is not a valid keyword in C language?
do-while is not a valid keyword in the C programming language. It's a control statement. 'do' and 'while' are the separate keywords. The rest of all 'for', 'while', and 'switch' are the valid keywords in C.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of below code?
Q. Types of Real numbers in C are.?
Q. What will you do to treat the constant 3.14 as a float?
Q. The size of the following union, where an int occupies 4 bytes of memory is
Q. Which function is used to compare two strings in C?
Q. What will be the output of the following C co #include
Q. When should you use type-casting?
Q. An Identifier can start with.?
Q. Choose a corrects statement about C language function arguments.
Discusssion
Login to discuss.