How do you construct an increment statement or decrement statement in C?
No Answer is Posted For this Question
Be the First to Post Answer
What is linear search?
How can I invoke another program or command and trap its output?
When would you use a pointer to a function?
what are the stages of compilation
What is c mainly used for?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain how are portions of a program disabled in demo versions?
What is the scope of static variables?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
what is memory leak?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
Explain what is wrong with this program statement?