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


Please Help Members By Posting Answers For Below Questions

What are pointers? What are stacks and queues?

759


What is wrong in this statement? scanf(“%d”,whatnumber);

961


Why is c platform dependent?

792


What are pointers?

841


Where local variables are stored in c?

728


What was noalias and what ever happened to it?

767


What is clrscr in c?

877


What do you mean by Recursion Function?

843


How can you check to see whether a symbol is defined?

807


What is sizeof int?

827


Which is an example of a structural homology?

1035


Explain what is operator promotion?

825


How can you find out how much memory is available?

800


Which is best book for data structures in c?

801


Explain the difference between strcpy() and memcpy() function?

767