What do you mean by a sequential access file?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the different properties of variable number of arguments?

0 Answers  


What is the difference between malloc() and calloc()?

0 Answers  


what are the 10 different models of writing an addition program in C language?

0 Answers  


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  






main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


How reliable are floating-point comparisons?

0 Answers  


Explain what is operator promotion?

0 Answers  


What does == mean in texting?

0 Answers  


Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 Answers   Oracle,


What are preprocessor directives in c?

0 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


Categories