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
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
List different attributes in C++?
What are static type checking?
What is scope of a variable? (LOLZ)
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
Difference between delete and free.
Differentiate between the manipulator and setf( ) function?
Is c++ slower than c?
They will ask u question about single linked list?. Write Code for to insert delete node.
Who discovered c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL