What is the output of below code?
main() { static int a=5; printf("%3d",a--); if(a) main(); }
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
what is the difference between while and do while?
how to determine the complexity of an algorithm as log(n)
How can I prevent another program from modifying part of a file that I am modifying?
Where can I get an ansi-compatible lint?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
What is array of structure in c programming?
Where does the name "C" come from, anyway?
Why isnt any of this standardized in c?
What is c basic?
what does ‘#include’ mean?