Can we use clrscr in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Refer to a name of class or function that is defined within a namespace?
What is the limitation of cin while taking input for character array?
What is a "RTTI"?
How do you establish an is-a relationship?
Explain shallow copy?
What are the different types of comments allowed in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Search for: what is pair in c++?
What is data type in c++?
write a program to add two numbers without using an arithmetic operator.
Explain terminate() and unexpected() function?
Difference between a copy constructor and an assignment operator.