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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

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

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

Answer / rajkumar

the variable ram is undeclared,

Is This Answer Correct ?    4 Yes 4 No

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

Answer / rama krishna sidhartha

the variable ram is undeclared,

Is This Answer Correct ?    0 Yes 1 No

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

Answer / shivani sharma

printf(ram)

Is This Answer Correct ?    0 Yes 14 No

Post New Answer

More C Interview Questions

please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


What Is The Difference Between Null And Void Pointer?

0 Answers   TCS,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


explain what is an endless loop?

0 Answers  


how many times of error occur in C

11 Answers  


how logic is used

0 Answers  


What is exit() function?

0 Answers  


What are the valid places to have keyword “break”?

0 Answers  


How to add two numbers without using semicolon at runtime

2 Answers  


What are the key features of C?

6 Answers  


WHAT IS MEANT BY LIFE?

2 Answers  


What is a protocol in c?

0 Answers  


Categories