What is double in c++?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that takes two numbers from user that prints the smallest number
What are the 2 main types of data structures?
List the issue that the auto_ptr object handles?
What is the difference between C and CPP?
Explain what you mean by a pointer.
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
Why do we need constructors in c++?
What is the real purpose of class – to export data?
Can I create my own functions in c++?
wap to accept 10 numbers & display the number of odd and even numbers??
What is the use of data hiding?
Differentiate between the message and method?