What is meant by int main ()?
No Answer is Posted For this Question
Be the First to Post Answer
How to removing white spces in c programming only bu using loops
What is indirection in c?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
which operator is known as dummy operator in c?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
What type of function is main ()?
What is atoi and atof in c?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What is the purpose of main() function?
What does malloc () calloc () realloc () free () do?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?