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
Where must the declaration of a friend function appear?
What are 2 ways of exporting a function from a dll?
what is upcasting in C++?
What is ctime c++?
What is an html tag?
What is a vector c++?
Which operator cannot be overloaded c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
How many static variables are created if you put one static member into a template class definition?
Can a constructor be private?
What is lazy initialization in c++?
What is pointer to member?
an integer constant must have atleast one a) character b) digit c) decimal point
What is cout flush?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random