What is the difference between File pointer and Internal
Charecter Pointer?
Answer Posted / gsrinivas
file pointer stores the address of the begining record
block of the file .where the internal character pointer
stores the address of the variable of type char.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Ow can I insert or delete a line (or record) in the middle of a file?
Explain the use of fflush() function?
In C programming, what command or code can be used to determine if a number of odd or even?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What are the complete rules for header file searching?
What is the best way to comment out a section of code that contains comments?
Write a program to reverse a string.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is #include stdlib h?
Why should I use standard library functions instead of writing my own?
What is calloc()?
Differentiate between ordinary variable and pointer in c.
What does static variable mean in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
What does 2n 4c mean?