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

Explain what is the difference between far and near ?

1 Answers  


how to use showbits function?

2 Answers   Infosys, TATA,


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2 Answers  


what is the meaning of 'c' language

3 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


What is the difference between malloc calloc and realloc in c?

1 Answers  


What is a union?

1 Answers  


plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


What is the best organizational structure?

1 Answers  


What is the difference between array and linked list in c?

1 Answers  


Explain how can you tell whether two strings are the same?

1 Answers  


Why is structure important for a child?

1 Answers  


Categories