Why malloc is faster than calloc?
No Answer is Posted For this Question
Be the First to Post Answer
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
What is difference between array and pointer in c?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What is an array in c?
I heard that you have to include stdio.h before calling printf. Why?
What is abstract data structure in c?
What are the different file extensions involved when programming in C?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
the operator for exponencation is a.** b.^ c.% d.not available
Why do we use header files in c?
What is a pointer in c plus plus?
How can I recover the file name given an open stream or file descriptor?