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
What is scope rule of function in c?
string reverse using recursion
What are the header files used in c language?
Write a program to check whether a number is prime or not using c?
Write a program to show the change in position of a cursor using c
What are identifiers in c?
What is the value of h?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
I need previous papers of CSC.......plz help out by posting them.......
When should a type cast not be used?
Explain what is the advantage of a random access file?
What is difference between structure and union in c?
Differentiate between calloc and malloc.
What is volatile variable how do you declare it?
How do you print an address?