What is the basic concept of c++?


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

Post New Answer

More C++ General Interview Questions

Is map thread safe c++?

0 Answers  


Why main function is special in c++?

0 Answers  


What are function poinetrs? where are they used?

1 Answers   CTS,


What information can an exception contain?

0 Answers  


How much maximum can you allocate in a single call to malloc()?

0 Answers  






What is microsoft c++ redistributable?

0 Answers  


Which software is used to run c++ program?

0 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


Write a C++ Program to Multiply two Numbers

1 Answers  


Why can you not make a constructor as const?

3 Answers  


make a middle node of doubly linklist to the top of the list

1 Answers  


Categories