How do you define a function?
No Answer is Posted For this Question
Be the First to Post Answer
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
Write a function in c to find the area of a triangle whose length of three sides is given.
how to write a c program to print list of fruits in alpabetical order?
Do you have any idea how to compare array with pointer in c?
who is the father of C Language?
20 Answers CTS, UST,
How can I call fortran?
Should I learn c before c++?
What is an auto variable in c?
Why does everyone say not to use gets?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Why does this code crash?