What are the two types of comments?


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

Post New Answer

More C++ General Interview Questions

You want to link a c++ program to c functions. How would you do it?

0 Answers  


Define pre-condition and post-condition to a member function in c++?

0 Answers  


What is function declaration in c++ with example?

0 Answers  


How can you specify a class in C++?

0 Answers  


How do you save a c++ program?

0 Answers  






What is a pdb file?

0 Answers  


How to write a program such that it will delete itself after exectution?

3 Answers  


Is c++ slower than c?

0 Answers  


Do class method definitions?

0 Answers  


write the prime no program in c++?

16 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


Categories