What is the output of printf("%d")?
Answer Posted / sathiyaraj.m
it will print the garabage value,it will not show any error
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Do you know what are pure virtual functions?
Explain the uses oof nested class?
What are pointers used for c++?
What do you mean by static variables?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is isdigit c++?
Comment on c++ standard exceptions?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is istream c++?
why is c++ called oops? Explain
What are the various situations where a copy constructor is invoked?
What is encapsulation in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What are the characteristics of friend functions?
What are the types of pointer?