what is available in C language but not in C++?
Answer Posted / hussain reddy
malloc calloc realloc and free in c but not in c++
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the explanation for prototype function in c?
What is ponter?
How do we make a global variable accessible across files? Explain the extern keyword?
What is pointers in c?
The difference between printf and fprintf is ?
Is there a way to switch on strings?
Why do we use stdio h and conio h?
What is pass by reference in functions?
Explain the difference between ++u and u++?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Where are local variables stored in c?
Is exit(status) truly equivalent to returning the same status from main?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is getch?
Disadvantages of C language.