Explain the Difference between the New and Malloc keyword.
No Answer is Posted For this Question
Be the First to Post Answer
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
what is function pointer?
What is the difference between exit() and _exit() function in c?
What is your stream meaning?
What is a shell structure examples?
Why is c called c not d or e?
What is c language and why we use it?
Is c object oriented?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Can you please explain the difference between strcpy() and memcpy() function?
What is the use of header files?
two variables are added answer is stored on not for third variable how it is possible?