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

Answer Posted / cooooooool bipul

Hey people

It will not give any syntax error more specifically.. it
will not give any type of error..

The output depends on the compiler u r using...
if it is GCC of linux then O/p== garbage value
there are compilers which will give the last integer value
assigned..
example...
i=30;
printf("%d");

will give ouput 30... but for Gcc it will be garbage value.

Is This Answer Correct ?    43 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between object-oriented programming and procedural programming?

887


What is general form of pure virtual function? Explain?

718


Why c++ does not have finally?

805


What are static and dynamic type checking?

795


How do I make turbo c++ full screen?

777


What is the main purpose of c++?

770


Can member data be public?

763


What is istream and ostream in c++?

790


Which coding certification is best?

760


What is setfill c++?

880


Is python written in c or c++?

843


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

875


Can we change the basic meaning of an operator in c++?

853


What is the difference between reference and pointer?

824


Describe private, protected and public – the differences and give examples.

807