Programming in C - Master Assignment

51. Length of the string " correct " is

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


52. Which of the following comments regarding the reading of a string using scanf( with %s option and gets, is true?)

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


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 ) ;

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


54. A string that is a formal parameter can be declared

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *