Why flag is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between int main and void main?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
what type of errors are checked during compilation
how do you programme Carrier Sense Multiple Access
What is #include called?
how should functions be apportioned among source files?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
What is exit() function?
What is the explanation for prototype function in c?
What are the standard predefined macros?
How to receive strings with spaces in scanf()
What is volatile, register definition in C