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 static variable is used in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
what do you mean by inline function in C?
Which is best book for data structures in c?
Is javascript written in c?
What is the difference between scanf and fscanf?
What is the use of gets and puts?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What are the parts of c program?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Write a program to reverse a string.
Difference between exit() and _exit() function?
How to throw some light on the b tree?
Are comments included during the compilation stage and placed in the EXE file as well?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.