Answer Posted / sri
C has no pointers and multiple inheritance but c++ have a point results and support multiple inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the properties of union. What is the size of a union variable
What is cohesion and coupling in c?
Why do we use return in c?
What is the difference between far and near ?
What are the types of type specifiers?
Why we use break in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is difference between array and structure in c?
What are the uses of a pointer?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Why do we need volatile in c?
What happens if you free a pointer twice?
What is the scope of an external variable in c?
What is bubble sort in c?
What is the purpose of scanf() and printf() functions?