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

what are the static variables

8 Answers   HCL, iFlex, TCS, Wipro,


How will you find a duplicate number in a array without negating the nos ?

0 Answers  


what is calloc and malloc?

2 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


Explain how does flowchart help in writing a program?

0 Answers  


why array index always starts from zero??

4 Answers   TCS,


Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 Answers   Microsoft,


2. What does static variable mean?

2 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


Do you know what is a programing language ?

0 Answers  


WHAT IS HIGH LEVEL LANGUAGE?

2 Answers  


In which header file is the null macro defined?

0 Answers  


Categories