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
What are pointers? What are stacks and queues?
What is wrong in this statement? scanf(“%d”,whatnumber);
Why is c platform dependent?
What are pointers?
Where local variables are stored in c?
What was noalias and what ever happened to it?
What is clrscr in c?
What do you mean by Recursion Function?
How can you check to see whether a symbol is defined?
What is sizeof int?
Which is an example of a structural homology?
Explain what is operator promotion?
How can you find out how much memory is available?
Which is best book for data structures in c?
Explain the difference between strcpy() and memcpy() function?