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
Is null always defined as 0(zero)?
Write a program to show the change in position of a cursor using c
What is clrscr in c?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
Explain what is a pragma?
explain about storage of union elements.
What are called c variables?
Explain function?
what is the syallabus of computer science students in group- 1?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What is the difference between static and global variables?