T
Q. Which keyword is used to return values from function?
The return in declaration is initialized using return type.
You must be Logged in to update hint/solution
Q. The statement print f ("%d", 10 ? 0 ? 5 : 1 : 12); will print?
Q. Choose the correct answer.?
Q. Which statement is required to execute a block of code when the condition is false?
Q. When we mention the prototype of a function?
Q. What does the following declaration mean? int (*ptr) [10];
Q. Output of an arithmetic expression with integers and real numbers is ___ by default.?
Q. Which format specifier is used to read and print the string using printf() and scanf() in C?
Discusssion
Login to discuss.