What is malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
out put of printf(ā%dā,printf(ram));
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
can we store values and addresses in the same array? explain
what is the maximum no. of bytes calloc can allocate
Does c have an equivalent to pascals with statement?
Why header files are used?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
Which weighs more, a gram of feathers or a gram of gold?
Is boolean a datatype in c?
main() {int a=200*200/100; printf("%d",a); }
What is the size of empty structure in c?