Is using exit() the same as using return?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of enum in c?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
What are the three constants used in c?
Difference between goto, long jmp() and setjmp()?
what are the stages of compilation
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
Explain how can I read and write comma-delimited text?
what about "char *(*(*a[])())();"
Is void a keyword in c?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
can u give me the good and very optimised code for a car racing game?