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
What is a memory leak in structures? How can we rectify that?
What are the advantages of using new operator as compared to the function malloc ()?
How #define works?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
What is the difference between variable declaration and variable definition in c?
How can I find the modification date of a file?
Was 2000 a leap year?
what is the structure?
What is a const pointer in c?
Explain what is the difference between a free-standing and a hosted environment?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?