Is the exit() function same as the return statement? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
What does char * * argv mean in c?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
what is the similarities between. system call and library function?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
write a program that print itself even if the source file is deleted?
Can main () be called recursively?
What is data structure in c programming?
What is graph in c?
what is the difference between const volatile int i & volatile const int j;
What are the types of type specifiers?
can we have joblib in a proc ?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5