What is the output of printf("%d")?

Answers were Sorted based on User's Feedback



What is the output of printf("%d")?..

Answer / jino

%d

Is This Answer Correct ?    2 Yes 21 No

What is the output of printf("%d")?..

Answer / loose

it will eat idly

Is This Answer Correct ?    3 Yes 25 No

What is the output of printf("%d")?..

Answer / kumar

it was compiled in dev c++

prints a value 31783972

Is This Answer Correct ?    14 Yes 39 No

What is the output of printf("%d")?..

Answer / anita sachdeva

it will print nothing

Is This Answer Correct ?    27 Yes 68 No

What is the output of printf("%d")?..

Answer / priya

the output of printf("%d") is create a blankspace

Is This Answer Correct ?    11 Yes 61 No

What is the output of printf("%d")?..

Answer / raj

It will print -26

Is This Answer Correct ?    2 Yes 52 No

What is the output of printf("%d")?..

Answer / yogendra jain

It will print "1"

Is This Answer Correct ?    7 Yes 60 No

What is the output of printf("%d")?..

Answer / mounika

it will get syntaxerror

Is This Answer Correct ?    6 Yes 64 No

Post New Answer

More C++ General Interview Questions

What are proxy objects in c++?

0 Answers  


What is the most powerful coding language?

0 Answers  


What is the difference between the compiler and the preprocessor?

0 Answers  


what is data abstraction in C++?

0 Answers  


What is the role of copy constructor in copying of thrown objects?

0 Answers  


There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.

2 Answers   Nagarro,


What are advantages and disadvantages of Design patterns?

7 Answers   IBM, Vodafone,


What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


What will happen if when say delete this ?

7 Answers  


Are there any new intrinsic (built-in) data types?

1 Answers  


Which c++ compiler is best?

0 Answers  


What is the difference between mutex and binary semaphore?

0 Answers  


Categories