What programming language should I learn first?


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

Post New Answer

More C++ General Interview Questions

What is a virtual destructor?

2 Answers  


What are c++ tokens?

0 Answers  


Difference between a copy constructor and an assignment operator.

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  


How const functions will be treated by compiler?

3 Answers   Symphony,






What are the different types of comments allowed in c++?

0 Answers  


What flag means?

0 Answers  


What is the difference between shallow copy and deep copy?

1 Answers  


Can we change the basic meaning of an operator in c++?

0 Answers  


What is the use of this pointer in c++?

0 Answers  


What are the different types of Storage classes?

5 Answers  


How many types of comments are there in c++?

0 Answers  


Categories