What is the output of printf("%d")?
Answer Posted / sudha
it will simply print a garbage value..........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where Malloc(), Calloc(), and realloc() does get memory?
What is size of string in c++?
What problems might the following macro bring to the application?
Explain abstraction.
Which bit wise operator is suitable for checking whether a particular bit is on or off?
How the keyword struct is different from the keyword class in c++?
What do you mean by static variables?
what is the difference between overloading & overriding? give example.
Why the usage of pointers in C++ is not recommended ?
What are structs in c++?
Can we sort map in c++?
Which sort does c++ use?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What are manipulators used for?