What is the output of printf("%d")?
Answer Posted / raj
It will print -26
| Is This Answer Correct ? | 2 Yes | 52 No |
Post New Answer View All Answers
Will this c++ program execute or not?
What is a singleton c++?
Explain the difference between abstract class and interface in c++?
Is c or c++ more useful?
What's c++ used for?
What is an orthogonal base class in c++?
Explain the uses oof nested class?
Describe linked list using C++ with an example.
What are the four partitions in which c++ compiler divides the ram?
What is function prototyping?
How the endl and setw manipulator works?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Is sorted c++?
What is extern c++?
When must you use a pointer rather than a reference?