Answer Posted / sabu
Everything for what a class is implemented holds good for
structure also in C++.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is the difference between *p++ and (*p)++ ?
What is the c++ programming language used for?
Write a c program for binary addition of two 8 bit numbers.
What is an inclusion guard?
What is difference between class and function?
what is the difference between overloading & overriding? give example.
How to demonstrate the use of a variable?
Program to check whether a word is a sub-string or not of a string typed
What is the sequence of destruction of local objects?
What are the differences between the function prototype and the function defi-nition?
What do you mean by persistent and non persistent objects?
Differentiate between C and C++.
Why are pointers not used in c++?
Why should we use null or zero in a program?
What do you mean by enumerated data type?