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.
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.