info@avatto.com
+91-9920808017
31. The output of the following program main( ) { int a = 1, b = 2, c = 3; printf("%d", a += (a += 3, 5, a)); } will be
8
12
9
6
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
32. The statement printf ("%d", 10 ? 0 ? 5 : 11 : 12 ) ;
10
0
11
33. The statement printf ("%d", ++5) ; prints
5
an error message
garbage
34. The statement printf ("%d", ( a++) ) ; prints
the current value of a
the value of a + 1
35. The statement printf ( "%d" , sizeof (" "')); prints
1
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login