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 does scope resolution operator do?

0 Answers  


What is the handle class?

1 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


What is the difference between equal to (==) and assignment operator (=)?

0 Answers  


Why struct is used in c++?

0 Answers  


What is conversion constructor?

2 Answers   TCS,


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

0 Answers  


Can a list of string be stored within a two dimensional array?

0 Answers  


What are virtual functions in c++?

0 Answers  


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

0 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  


Categories