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

Can a program run without main?

0 Answers  


Differentiate between a template class and class template?

1 Answers  


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


How many types of classes are there in c++?

0 Answers  


How to tokenize a string in c++?

0 Answers  






Explain the difference between c & c++?

0 Answers  


Which field is used in c++?

0 Answers  


What do you mean by ‘void’ return type?

0 Answers  


What is an accessor in c++?

0 Answers  


What is purpose of new operator?

0 Answers  


List out some of the object-oriented methodologies?

1 Answers  


what is the difference between overloading & overriding? give example.

0 Answers  


Categories