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

When is an interface "good"?

1 Answers  


Which is best linux os?

0 Answers  


what is the use of macro program

1 Answers   TCS,


Explain what are preprocessor directives?

0 Answers  


Why calloc is better than malloc?

0 Answers  


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


What is a structure and why it is used?

0 Answers   Hexaware,


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


How can you increase the allowable number of simultaneously open files?

0 Answers  


do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 Answers   Oracle,


Why void is used in c?

0 Answers  


Categories