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
Explain how do you determine whether to use a stream function or a low-level function?
Where is volatile variable stored?
What is ## preprocessor operator in c?
what is the format specifier for printing a pointer value?
Explain logical errors? Compare with syntax errors.
What are the different file extensions involved when programming in C?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How many keywords are there in c?
how to find binary of number?
What's the right way to use errno?
Explain the difference between malloc() and calloc() function?
Why calloc is better than malloc?
What does struct node * mean?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Which is better oop or procedural?