Answer Posted / vignesh
c consists of both object oriented and function oriented
but whereas java consists of only object oriented language
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the full form of ios?
Why is "using namespace std;" considered bad practice?
Where and why do I have to put the "template" and "typename" keywords?
What is time h in c++?
How do you clear a set in c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is the auto keyword good for in c++?
What is the difference between a type-specific template friend class and a general template friend class?
Why is standard template library used?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is split a string in c++?
Explain mutable storage class specifier.
Explain Memory Allocation in C/C++ ?
What is c++ 11 and c++ 14?