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 height of tree if leaf node is at level 3. please explain
Why is it that not all header files are declared in every C program?
How many main () function we can have in a project?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Why do we need arrays in c?
What is variable and explain rules to declare variable in c?
Why #include is used in c language?
Which header file is essential for using strcmp function?
Explain how can I avoid the abort, retry, fail messages?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
what is uses of .net
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"
What is the general form of a C program?
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
What is the translation phases used in c language?