out put of printf(“%d”,printf(ram));
Answers were Sorted based on User's Feedback
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 |
Answer / ramesh
if statement is like
printf("%d",printf("ram"));
then output is
ram3
else
variable ram is undeclared
| Is This Answer Correct ? | 9 Yes | 0 No |
How can I increase the allowable number of simultaneously open files?
Why is c platform dependent?
What are the different types of control structures in programming?
Explain what is meant by 'bit masking'?
what are the interview question's in the language c
program for validity of triangle from 3 side
What is mean by data types in c?
What are the valid places to have keyword “break”?
Write a C program to convert an integer into a binary string?
How to implement a packet in C
What is the right way to use errno?
Bit swapping