Explain the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
how to execute with out main in cprogram
What is the use of a static variable in c?
give one ip, find out which contry
What is dynamic dispatch in c++?
what do the 'c' and 'v' in argc and argv stand for?
What is the purpose of realloc()?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is difference between %d and %i in c?
what is the different between data structure and data type?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What are pragmas and what are they good for?