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
how to create duplicate link list using C???
How do you list a file’s date and time?
What is pragma c?
about c language
Explain how can I pad a string to a known length?
What is wrong in this statement?
What is meant by inheritance?
What is pre-emptive data structure and explain it with example?
Write a program to print “hello world” without using semicolon?
Explain the advantages and disadvantages of macros.
What is a function simple definition?
Why we use stdio h in c?
Describe dynamic data structure in c programming language?
Write programs for String Reversal & Palindrome check
What does the c in ctime mean?