R
Q. What is the output of this program?
#include <stdio.h> # define scanf "%s Find best course " main() { printf(scanf, scanf); 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. What is the default return value of a C function if not specified explicitly.?
Q. Loops in C programming are used to ___
Q. What is the name of the main function of a C program?
Q. Syntax to initialize an array in C is?
Q. Which of the below statements is incorrect in case of union?
Q. atoi() function is used for
Q. Which one of the following is not a linear data structure?
Discusssion
Login to discuss.