info@avatto.com
+91-9920808017
26. Which of the following comments regarding the reading of a string, using scanf(with optional) and get is true?
Both can be used interchangeably
Scanf is delimited by end of line, while gets is not
Scanf is delimited by blank, while gets is not
All of 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
27. If integer needs two bytes of storage, then maximum value of a signed integer is
216 - 1
215 - 1
216
None of these
28. The minimum number of temporary variables needed to swap the contents of two variables is
1
2
3
0
29. If s and b are integers then purpose of the following program fragment is to b = s + b ; s = b - s ; b = b - s ;
transfer the contents of s to b
transfer the content of b to s
exchange (swap) the contents of s and b
negate the contents of s and b
30. If integer needs two bytes of storage, then maximum value of an unsigned integer is
216-1
215-1
215
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