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

Post New Answer

More C++ General Interview Questions

. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


What is the best c c++ compiler for windows?

0 Answers  


How do I run a program in notepad ++?

0 Answers  


how to swap two strings without using any third variable ?

11 Answers  






what is difference between static and non-static variables

10 Answers  


Explain how functions are classified in C++ ?

0 Answers  


Briefly describe a B+ tree. What is bulk loading in it?

0 Answers   Wipro,


What are built-in functions? What is the syntax for the definition?

0 Answers  


In a function declaration, what does extern mean?

0 Answers  


What is implicit conversion/coercion in c++?

1 Answers  


how to create window program in c++.please explain.

1 Answers   Microsoft,


Categories