What is the Difference between Class and Struct?
Answer Posted / ashish srivastava
by default
struct elements are public
while
class elements are private
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What 'lex' does?
How do you define CONSTANT in C?
Explain the difference between ++u and u++?
How does selection sort work in c?
What is data type long in c?
Is array a primitive data type in c?
What is c language in simple words?
What is use of pointer?
What is #pragma statements?
What is meant by keywords in c?
What is the function of volatile in c language?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What do you mean by a sequential access file?
What is the use of printf() and scanf() functions?