What is d'n in c?
No Answer is Posted For this Question
Be the First to Post Answer
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
What is a null string in c?
what is array?
how to use enum datatype?Please explain me?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Is an array parameter is always "by reference" ?
What does 1f stand for?
Explain modulus operator.
Which is more efficient, a switch statement or an if else chain?
What is the code for 3 questions and answer check in VisualBasic.Net?
what are the stoge class in C and tel the scope and life time of it?
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); }