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 is a constant reference?

0 Answers  


How is c++ different from java?

0 Answers  


What are the benefits of c++?

0 Answers  


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

0 Answers  


What is the use of c++ programming language in real life?

0 Answers  






What is near, far and huge pointers? How many bytes are occupied by them?

0 Answers  


What is class and structure in c++?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


Explain explicit container.

0 Answers  


What problem does the namespace feature solve?

1 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


What does ctime() do?

0 Answers  


Categories