Answer Posted / ashutosh shashi
ram3
printf will print ram and printf function returns the
number of character it prints, so it will return 3, and
hence it will print ram3
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Explain what are multibyte characters?
What is difference between main and void main?
What is %g in c?
Explain why c is faster than c++?
Is c language still used?
Is c compiled or interpreted?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is calloc in c?
Why is c called c not d or e?
What is the significance of an algorithm to C programming?
What is c token?
What are the advantages of using linked list for tree construction?
Is javascript written in c?
What is the modulus operator?