Member • Jan 20, 2014
Use printf and scanf without stdio.h
if yes then why??
Member • Jan 20, 2014
Member • Jan 20, 2014
Member • Jan 22, 2014
You did not understand the question!I said can i call printf() and scanf() without writing up the #includes.[Prototype]Why not? Write your own printf and scanf definitions. But I don't see any reason to do so unless the curiosity bug has bitten.
Member • Jan 22, 2014
If you specifically want to call printf() and scanf() function only, then you have to add the header files. You can't skip that, because how the compiler would know where the definition of that particular function is actually is?Aadit KapoorYou did not understand the question!I said can i call printf() and scanf() without writing up the #includes.
Member • Jan 22, 2014
Member • Jan 22, 2014
Member • Jan 22, 2014
Member • Jan 22, 2014
Member • Jan 22, 2014
Administrator • Jan 22, 2014
Member • Jan 23, 2014
Member • Jan 23, 2014
while(1) { }Aadit KapoorThank you bhaiya's and didi's
One more question-:
1.What is a dummy loop in C?
Member • Jan 23, 2014
This is not a dummy loop!Vishal0203while(1) { }
you can call this a dummy loop
Member • Jan 23, 2014
Member • Jan 23, 2014
Member • Jan 23, 2014