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);
}
Answer Posted / biren
the answer is 6
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Which type of language is c?
What is p in text message?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Process by which one bit pattern in to another by bit wise operation is?
Explain indirection?
What is an example of structure?
What is a class c rental property?
write a program to concatenation the string using switch case?
What is c system32 taskhostw exe?
What is cohesion and coupling in c?
Is it possible to pass an entire structure to functions?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
in linking some of os executables are linking name some of them