What is data structure in c++?


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

Post New Answer

More C++ General Interview Questions

What does count ++ do in c++?

0 Answers  


What is the difference between C and CPP?

0 Answers   iNautix,


What is the function of I/O library in C++ ?

0 Answers   HCL,


Differentiate between late binding and early binding.

0 Answers  


Can constructor be private in c++?

0 Answers  






What are the various operations performed on stack?

0 Answers  


Specify different types of decision control statements?

0 Answers  


give me an example for testing a program showing the test path .show how the test is important and complex.

0 Answers   TCS,


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


What is an operator function? Describe the function of an operator function?

0 Answers   Fidelity,


Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??

7 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


Categories