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
What is time complexity c?
What is realloc in c?
Differentiate Source Codes from Object Codes
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is the difference between procedural and functional programming?
What is extern variable in c with example?
How are 16- and 32-bit numbers stored?
What are the types of pointers?
How many bytes is a struct in c?
What are the advantages of using macro in c language?
What are the difference between a free-standing and a hosted environment?
What are c preprocessors?
What is the explanation for the dangling pointer in c?
How can a string be converted to a number?
What is the function of this pointer?