What are special characters c++?


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

Post New Answer

More C++ General Interview Questions

What is extern c++?

0 Answers  


What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  


What is realloc() and free()? What is difference between them?

1 Answers  


What is set in c++?

0 Answers  


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  






Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 Answers  


Difference between static global and global?

16 Answers   Microsoft, Symphony, Wipro,


What does the linker do?

0 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


What is setfill c++?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


What are keywords in c++?

0 Answers  


Categories