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 is a floating point in c?
The statement, int(*x[]) () what does in indicate?
What does %p mean c?
Can I initialize unions?
What is a void * in c?
Explain that why C is procedural?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Which is more efficient, a switch statement or an if else chain?
How can I find out how much free space is available on disk?
What is the use of f in c?
how to count no of words,characters,lines in a paragraph.
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the purpose of the preprocessor directive error?
What is the process to create increment and decrement stamen in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same