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


Please Help Members By Posting Answers For Below Questions

what is the height of tree if leaf node is at level 3. please explain

1774


Why is it that not all header files are declared in every C program?

833


How many main () function we can have in a project?

802


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

807


Why do we need arrays in c?

757






What is variable and explain rules to declare variable in c?

722


Why #include is used in c language?

740


Which header file is essential for using strcmp function?

1114


Explain how can I avoid the abort, retry, fail messages?

754


What is the time and space complexities of merge sort and when is it preferred over quick sort?

831


what is uses of .net

1420


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1763


What is the general form of a C program?

732


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

807


What is the translation phases used in c language?

780