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 what will the preprocessor do for a program?
How is a structure member accessed?
What is f'n in math?
How do I use void main?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is putchar() function?
What is this pointer in c plus plus?
Explain what is a program flowchart and explain how does it help in writing a program?
what is the difference between 123 and 0123 in c?
Explain how can a program be made to print the line number where an error occurs?
Is c call by value?
What is the method to save data in stack data structure type?
Can we declare a function inside a function in c?
What is huge pointer in c?
How can I implement a delay, or time a users response, with sub-second resolution?