what is a class? Explain with an example.


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

Post New Answer

More C++ General Interview Questions

Specify different types of decision control statements?

0 Answers  


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


What is increment operator in c++?

0 Answers  


Explain the difference between static and dynamic binding of functions?

0 Answers  


Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  






You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


What apps are written in c++?

0 Answers  


Mention the purpose of istream class?

0 Answers  


What is scope in c++ with example?

0 Answers  


Define linked lists with the help of an example.

0 Answers  


What is null pointer and void pointer and what is their use?

0 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


Categories