What is the Difference between Class and Struct?
Answer Posted / santhosh.r
Structs allocates continues memory
where as class does not
structs and functions are the basic idea behind class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
all c language question
Write a program to swap two numbers without using third variable?
What is calloc in c?
How do you print an address?
When a c file is executed there are many files that are automatically opened what are they files?
Write a program to print ASCII code for a given digit.
When should the volatile modifier be used?
Why is c so important?
What is c variable?
What is keyword in c?
Explain what is meant by high-order and low-order bytes?
How can I convert a number to a string?
Is c weakly typed?
What is the process to generate random numbers in c programming language?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above