How do you define a class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c++ awesome?
How do pointers work?
What is the difference between cin.read() and cin.getline()?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
write the programme that convert a interger to biniry number
Write about a nested class and mention its use?
What is c++ namespace?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
Write my own zero-argument manipulator that should work same as hex?
What are the five basic elements of a c++ program?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What information can an exception contain?