What should malloc() do? Return a null pointer or a pointer to 0 bytes?
No Answer is Posted For this Question
Be the First to Post Answer
where does malloc() function get the memory?
What are the 5 data types?
WHAT IS C?
Is c easier than java?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is the use of a conditional inclusion statement in C?
What Is The Difference Between Null And Void Pointer?
The difference between printf and fprintf is ?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
How to add two numbers with using function?