What is the output of printf("%d")?
Answer Posted / kesavan
It will print the garbage value.
| Is This Answer Correct ? | 89 Yes | 29 No |
Post New Answer View All Answers
What are the uses of static class data?
Which operations are permitted on pointers?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
How new/delete differs from malloc()/free?
What is copy constructor? Can we make copy constructor private in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What are static member functions?
What is a set in c++?
Is c++ double?
Is java easier than c++?
Write about the local class and mention its use?
Explain how we implement exception handling in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Describe exception handling concept with an example?
Define 'std'.