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
What is the difference between object-oriented programming and procedural programming?
What is general form of pure virtual function? Explain?
Why c++ does not have finally?
What are static and dynamic type checking?
How do I make turbo c++ full screen?
What is the main purpose of c++?
Can member data be public?
What is istream and ostream in c++?
Which coding certification is best?
What is setfill c++?
Is python written in c or c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Can we change the basic meaning of an operator in c++?
What is the difference between reference and pointer?
Describe private, protected and public – the differences and give examples.