info@avatto.com
+91-9920808017
51. Length of the string " correct " is
7
8
6
implementation dependent
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
52. Which of the following comments regarding the reading of a string using scanf( with %s option and gets, is true?)
both can be used interchangeably
scanf is delimited by end of line, while gets is not
scanf is delimited by blank space, while gets is not
none of above
53. The following program fragment int m, n, b = m = n =8 ; char wer [80] ; sprintf ( wer, " %d%d%d ", m, n, b ) ; puts ( wer ) ;
prints the string 8 8 8
prints the null string
prints the string 888
54. A string that is a formal parameter can be declared
an array with empty bracket
a pointer to character
a pointerto a character
both (A) & (B)
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