Difference between malloc() and calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us the use of fflush() function in c language?
Explain how do you view the path?
how to print this sereis 2 4 3 6 5..........?
Explain what is the general form of a c program?
Is c is a high level language?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
What are the advantages of using macro in c language?
Explain c preprocessor?
What is a symbolic constant?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Is this program statement valid? INT = 10.50;