Answer Posted / ram
Hello5 is the answer because the inside printf prints the
string and printf returns the no of charters pinted on the
screen so it is 5.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How can I avoid the abort, retry, fail messages?
Is there sort function in c?
Is there any data type in c with variable size?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Explain enumerated types in c language?
What kind of structure is a house?
What do you understand by normalization of pointers?
Explain what is the stack?
What is c basic?
What is static and auto variables in c?
What the advantages of using Unions?
What does sizeof function do?
Is fortran still used today?
What is the role of && operator in a program code?