293) The following program fragment
int m, n, b = m = n =8 ;
char wer [80] ;
sprintf ( wer, " %d%d%d ", m, n, b ) ;
puts ( wer ) ;
Answer is:
prints the string 888
Related C Programming MCQ with Answers
Answer is:
both an array with empty bracket and a pointer to character
Answer is:
Will be stopped if one of its components evaluates to true
297) In C programming language, which of the following type of operators have the highest precedence
Answer is: