What do you mean by a sequential access file?
No Answer is Posted For this Question
Be the First to Post Answer
What are file streams?
Tell us the use of fflush() function in c language?
what is c
Write a Program to find whether the given number or string is palindrome.
What are the concepts introduced in OOPs?
What is type qualifiers?
what is the difference between getch() and getche()?
Where register variables are stored in c?
Explain the properties of union.
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
How to implement variable argument functions ?
What is the benefit of using an enum rather than a #define constant?