Pps 4
Pps 4
Note: Each question carries equal marks. 3. (A). Write the output of following statement: [3]
1. Choose the correct answer in MCQ and fill in the blank with appropriate words.
[10 x 0.5 = 5] #include <stdio.h> void fun(int n){
A. The result of bitwise operation 45 | 28 will be:- void main( ) { while(n){
i. 45 ii. 61
iii. 28 iv. 32 fun(3); n--;
B. The INVALID syntax to declare a variable is } fun(n);
i. int Int; ii. char Char;
iii. double double; iv. float floaT; printf("\n%d",n);