What functions are used for dynamic memory allocation in c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to add two integer numbers without using arithmetic operator +
Can a program have two main functions?
What is the difference between null pointer and the void pointer?
what is the difference between declaration ,defenetion and initialization of a variable?
How can you read a directory in a C program?
Is it possible to pass an entire structure to functions?
what is the flow of execution in cprogram? ex:printf();,scanf();
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
What is a structure and why it is used?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
c program to subtract between two numbers without using '-' sign and subtract function.
What is the purpose of sprintf?