NEW AND EXCLUSIVE : GO TO THE ONLINE TEST PAGE AND TEST YOURSELF THROUGH EXAMINATION

Interview Questions and Answer: Fundamentals of C-Set 2

Q.1
Can you tell me how to print largest of three numbers without using "if","while" or "do-while" statement in main() ?

Q.2
Is the following code fragment correct ?
const int x = 10 ;
int arr[x] ;

Q.3
Write a program to print infinite number.

Q.4
What is the use of semicolon at the end of every statement ?

Q.5
Tell me the difference between NULL and NUL.

Let me learn what you think :)