What does malloc () calloc () realloc () free () do?
No Answer is Posted For this Question
Be the First to Post Answer
In which layer of the network datastructure format change is done
how can i get this by using for loop? * ** * **** * ******
What is the advantage of a random access file?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
Explain the use of fflush() function?
about c language
Explain how can I convert a string to a number?
Why is not a pointer null after calling free?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
WHOT IS CHAR?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
Is there a built-in function in C that can be used for sorting data?