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
What are the back slash character constants or escape sequence charactersavailable in c?
How are 16- and 32-bit numbers stored?
Why c is a mother language?
Explain what is a stream?
What is pass by value in c?
simple program of graphics and their output display
Why do we need volatile in c?
What is difference between structure and union in c programming?
What are different storage class specifiers in c?
Explain what are the different data types in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
In C language what is a 'dangling pointer'?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Write a C program to count the number of email on text
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion