Why do we write return 0 in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is graph in c?
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
What are signals in C?
What is c++ used for today?
How do we open a binary file in Read/Write mode in C?
What is the use of the #include directive?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
What is the difference between getch() and getche()?
Write a code to generate a series where the next element is the sum of last k terms.
How was c created?
Using which language Test cases are added in .ptu file of RTRT unit testing???