void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the right way to use errno?
Is r written in c?
Why do some versions of toupper act strangely if given an upper-case letter?
What is structure in c explain with example?
What is a pointer variable in c language?
Explain what are binary trees?
What are two dimensional arrays alternatively called as?
Are pointers integers in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
How the c program is executed?
What is c++ used for today?
What does c value mean?