info@avatto.com
+91-9920808017
16. Replacing > by < in the previous question results in
printing of 107
a syntax error
printing of k
none of the above
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
17. If a = 9, b = 5 and c = 3, then the expression ( a - a/b * b % c) > a % b % c evaluates to
true
false
invalid
0
18. Consider the declaration static char hello[ ] = " hello " ; The output of printf( " % s \ n ", hello) ; will be the same as that of
puts(" hello ");
puts( hello );
printf(" %s \ n", " hello ") ;
puts( " hello \ n ") ;
19. The following program main() { printf ("tim"); main( ) ; }
is illegal
keeps on printing tim
prints tim once
20. Consider the following program. main() { putchar ( 'M' ); first(); putchar ( 'm'); } first ( ) { _____ } second ( ) { putchar ( 'd'); } If Madam is the required output, then the body of first ( ) must be
empty
second( ) ; putchar ( 'a' );
putchar( 'a' ) ; second(); printf ("%c", 'a' );
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