Why calloc is better than malloc?
No Answer is Posted For this Question
Be the First to Post Answer
How can I invoke another program from within a C program?
What is the difference between int main and void main in c?
Can a program have multiple main() functions?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What are register variables? What are the advantage of using register variables?
What is a buffer in c?
When would you use a pointer to a function?
What is the explanation for modular programming?
Can we add pointers together?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,