C - Internal 1
C - Internal 1
6. Which of the following function is used to send the output to the console? [ ]
a) scanf() b) getch() c) printf() d) clrscr()
8. Which type of statement helps to jump from one part of the program to another
depending on whether a particular condition is satisfied or not? [ ]
a) Conditional branching b) loops c) Iterative d) none of these
2. What is keyword in C?
3. What is a variable?