What is the difference between Class and Structure?
Answer Posted / anupam gupta
class has define object and funtion
structure has define only object
| Is This Answer Correct ? | 8 Yes | 18 No |
Post New Answer View All Answers
Mention the purpose of istream class?
Can a program run without main in c++?
Specify different types of decision control statements?
Should the member functions which are made public in the base class be hidden?
why and when we can declar member fuction as a private in the class?
Search for: what is pair in c++?
What do you mean by static variables?
What is endianness?
What do you mean by friend class & friend function in c++?
give me an example for testing a program showing the test path .show how the test is important and complex.
What do you mean by global variables?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is c++ course?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
How const int *ourpointer differs from int const *ourpointer?