out put of printf(“%d”,printf(ram));

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


Please Help Members By Posting Answers For Below Questions

What are the back slash character constants or escape sequence charactersavailable in c?

946


How are 16- and 32-bit numbers stored?

989


Why c is a mother language?

747


Explain what is a stream?

814


What is pass by value in c?

799


simple program of graphics and their output display

1717


Why do we need volatile in c?

947


What is difference between structure and union in c programming?

792


What are different storage class specifiers in c?

871


Explain what are the different data types in c?

958


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.

3745


In C language what is a 'dangling pointer'?

844


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

884


Write a C program to count the number of email on text

1672


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2571