Answer Posted / pushpanjali panda
class is a user defined entity which has some real world
existence,and it is a way to bind the data and its
associated functions of different datatypes
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between a string and an array?
What is array of pointers to string?
Explain pointer. What are function pointers in C?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What does s c mean in text?
Explain how do you use a pointer to a function?
What is array within structure?
Do you know what are the properties of union in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is data structure in c and its types?
What are the back slash character constants or escape sequence charactersavailable in c?
What is typedef example?
What is storage class?
What is the purpose of the preprocessor directive error?
What are the scope of static variables?