What is the Difference between Class and Struct?
Answer Posted / revathy
no functions in structures
member functions are available in class
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
How do you override a defined macro?
What are pointers? What are different types of pointers?
What is 1d array in c?
Is linux written in c?
Can a pointer be volatile in c?
What are the application of void data type in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What are header files and what are its uses in C programming?
What is bubble sort technique in c?
Can we initialize extern variable in c?
Why static variable is used in c?
What are the application of c?
How many levels of pointers can you have?
Which is an example of a structural homology?
What is difference between main and void main?