what is available in C language but not in C++?
Answer Posted / fynny
c supports register level programing, but c++ doesnot and
hence C is used in developing the operating system.....BY FYNNY
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why is extern used in c?
What are derived data types in c?
write an algorithm to display a square matrix.
What are structure types in C?
Why we use stdio h in c?
What does 4d mean in c?
What is call by value in c?
Explain b+ tree?
What is a pointer in c plus plus?
What are integer variable, floating-point variable and character variable?
Explain how can you tell whether two strings are the same?
Why is c called "mother" language?
What is c basic?
What are the types of c language?
Can I initialize unions?