What is the Difference between Class and Struct?
Answer Posted / manju
The only difference between class and struct is that
in class all members are private by default whereas in
struct the members are by default public.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain how can I pad a string to a known length?
What are header files in c programming?
How can I avoid the abort, retry, fail messages?
How we can insert comments in a c program?
How do I get a null pointer in my programs?
How can I use a preprocessorif expression to ?
What is meant by gets in c?
What is pointers in c?
How many parameters should a function have?
difference between object file and executable file
What is the size of structure in c?
What are the different data types in C?
Is there a way to switch on strings?
how should functions be apportioned among source files?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......