Tell us two differences between new () and malloc ()?
No Answer is Posted For this Question
Be the First to Post Answer
How can you increase the size of a dynamically allocated array?
Is fortran faster than c?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Why dont c comments nest?
What is pivot in c?
what is develop in c language
What is the difference between constant pointer and pointer to a constant. Give examples.
how can be easily placed in TCS.
Can anyone tell what is stack overflow? what precaution we should take?
Can we initialize extern variable in c?
WHAT IS ABSTRACT DATA TYPE
Program to find larger of the two numbers without using if-else,while,for,switch