What are the 2 main types of data structures?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What do you mean by enumerated data type?

0 Answers  


What is the difference between the compiler and the preprocessor?

0 Answers  


Define upcasting.

0 Answers  


What are the four partitions in which c++ compiler divides the ram?

0 Answers  


What is the Difference between "printf" and "sprintf"?

7 Answers   iSoft, PentaWare, TCS,






Explain selection sorting. Also write an example.

0 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  


What does it mean to declare a member variable as static?

0 Answers  


Write a program to find the Factorial of a number

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


Define private, protected and public access control.

0 Answers  


Categories