Question: Q 4 . What will be the output? void main ( ) ( int F = 4 8 ; printf ( ) % c

Q4. What will be the output?
void main ()
(int F=48;
printf(")% c % d",1,1); }
a) Error
b)4848
c)148
d)0,48
e)C48
Q5. What will be the output of the following program?
}]):}
[{ printf (In%d,x,y);
a)1010
b)20
c)0
d)1020
e)2020
Q6. How many asterisks (");
}
}
a)1
b)15
c)35
d)25
e)5
Q7. What will be the amount of 'a' and 'b'?
((+a**b++)+(++a**b++)+b++a);
a)12
b)13
c)14
d)15
e)16
2
 Q4. What will be the output? void main () (int F=48;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!