What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to create recycle bin in mobiles?
What is modeling?
write a program to print calender using for loop.
Is return a keyword in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
how to get starting address of a running C program
what is a function method?give example?
a program that can input number of records and can view it again the record
how to get the starting address of file stored in harddisk through 'C'program.
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?