how to get the starting address of file stored in harddisk
through 'C'program.
Answer Posted / venu
FILE *fp ; is a virtual address in library.
You need meta data to find the location on hard disk.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain what are header files and explain what are its uses in c programming?
what do u mean by Direct access files? then can u explain about Direct Access Files?
How are Structure passing and returning implemented by the complier?
What are the different types of C instructions?
#include
Explain the difference between null pointer and void pointer.
What Is The Difference Between Null And Void Pointer?
How do you generate random numbers in C?
What is scanf () in c?
What is meant by high-order and low-order bytes?
Explain pointers in c programming?
What is call by value in c?
Write a program to print ASCII code for a given digit.
Why is #define used?
What is .obj file in c?