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 are Macros? What are its advantages and disadvantages?
What is that continue statement??
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
What is the purpose of the fflush() function in C?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
What is the heap?
write a “Hello World” program in “c” without using a semicolon?
What is c programing language?
Is main an identifier in c?
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); }
write a program to display the array elements in reverse order in c language
what are the interview question's in the language c