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
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
ATM machine and railway reservation class/object diagram
What is typeof in c?
Can a file other than a .h file be included with #include?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
What is the role of && operator in a program code?
What is a buffer in c?
Two's compliment of -5
What is data structure in c and its types?
Eight queens puzzle
What are the types of type qualifiers in c?
What is getch() function?