Difference between class and structure.
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
What is linked list in c++?
what is the emaning of '#include" "'?
What is different in C++, compare with unix?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What are all predefined data types in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Why is c++ not purely object oriented?
What is the main function c++?
What are class and object in C++?
What is fflush c++?
When does a name clash occur?