How do you search data in a data file using random access method?
No Answer is Posted For this Question
Be the First to Post Answer
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
c program to manipulate x=1+3+5+...+n using recursion
What is the size of array float a(10)?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
swap 2 numbers without using third variable?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
how to find that no is int or float?
Difference between null pointer and dangling pointer?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
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); }