M
Q. What will be the output of the following code snippet?
#include <stdio.h> void solve() { printf("%d %d", (023), (23)); } int main() { solve(); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Choose a correct statement about C language break; statement.
Q. When 2 is entered, The output of the code below is?
Q. C programming language was developed by
Q. What is the output of C program?
Q. printf("%d%d", book.price, book.page);
Q. Which of the following return-type cannot be used for a function in C?
Q. Can a loop be nested in C programming?
Q. Which C keyword is used to extend the visibility of variables?
Discusssion
Login to discuss.