what is available in C language but not in C++?
Answer Posted / amit soni
c is a structured language but c++ is object orientd.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to establish connection with oracle database software from c language?
How can I avoid the abort, retry, fail messages?
How do we print only part of a string in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is scanf_s in c?
Define VARIABLE?
Describe explain how arrays can be passed to a user defined function
What does emoji p mean?
What is the size of enum in bytes?
Tell me when is a void pointer used?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is the difference between null pointer and wild pointer?
What is an example of structure?
What are control structures? What are the different types?
What would be an example of a structure analogous to structure c?