What are the classes in c++?


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

Post New Answer

More C++ General Interview Questions

class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Does c++ support exception handling?

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


what is data Abstraction

2 Answers  


When do we run a shell in the unix system?

0 Answers  






What is iterator c++?

0 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


What is the fastest c++ compiler?

0 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


Profiler in projects?

2 Answers   Symphony,


What is struct c++?

0 Answers  


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  


Categories