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 |
please give code for this 1 2 4 7 11 16
What Is The Difference Between Null And Void Pointer?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
explain what is an endless loop?
how many times of error occur in C
how logic is used
What is exit() function?
What are the valid places to have keyword “break”?
How to add two numbers without using semicolon at runtime
What are the key features of C?
WHAT IS MEANT BY LIFE?
What is a protocol in c?