what do u mean by Direct access files?
then can u explain about Direct Access Files?


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

Post New Answer

More C Interview Questions

What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


what is d pitfalls of registers variables

3 Answers   TCS,


What does %2f mean in c?

0 Answers  


What are the similarities between c and c++?

0 Answers  


write a c program for swapping two strings using pointer

0 Answers  






What is the difference between declaring a variable and defining a variable?

0 Answers  


What is the benefit of using an enum rather than a #define constant?

0 Answers  


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,


I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


Where is c used?

0 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


Categories