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
What are the different types of pointers used in c language?
Explain indirection?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is a structure member in c?
How do you search data in a data file using random access method?
Why is a semicolon (;) put at the end of every program statement?
What is the purpose of 'register' keyword?
Can you explain the four storage classes in C?
simple program of graphics and their output display
Explain what is dynamic data structure?
Is swift based on c?
Explain how do you determine whether to use a stream function or a low-level function?
Is null valid for pointers to functions?
What is data structure in c programming?
What are the different properties of variable number of arguments?