What type of question are asked in GE code writing test based
on c++ data structures and pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Is std :: string immutable?
What are the extraction and insertion operators in c++? Explain with examples.
Describe protected access specifiers?
What is capacity in vector in c++?
Write a program using display() function which takes two arguments.
What is flush programming?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Is it possible for the objects to read and write themselves?
What does it mean to declare a member variable as static?
What are the different operators in C++?
Is c++ faster than c?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?