What are the two types of comments, and how do they differ?


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

Post New Answer

More C++ General Interview Questions

What is the handle class?

1 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


please help to write the code of chess game in c++??????????

1 Answers   NEC,


What is the use of typedef?

0 Answers  


What is the main use of c++?

0 Answers  






const char * char * const What is the differnce between the above two?

11 Answers   TCS,


What are punctuators in c++?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


Explain abstraction.

0 Answers  


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

3 Answers   Microsoft,


What is struct c++?

0 Answers  


How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


Categories