What are pointers, when declared, intialized to
a) NULL
b) Newly allocated memory
c) Nothing. Its random
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of turbo c++?
What is #include ctype h in c++?
How to reduce a final size of executable?
What are function prototypes?
What is one dimensional array in c++?
What do you mean by translation unit?
What is the output of the following program? Why?
What is an incomplete type in c++?
what are prototypes
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What does it mean to declare a member variable as static?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)