What is the difference between File pointer and Internal
Charecter Pointer?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chhaya
first what is pointer?
Pointer is nothing bt the concept of showing address of
memmory,element etc.
here, file pointer is nothing bt pointer handle the address
of file having FILE data type.
file pointer shows the address of file where file is open
by Fopen Function.
Internal Character Pointer:
pointer points to the perticular character.
it is charecter type
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the difference between embedded c and turbo c ?
what is the use of pointers
What is the difference b/w Structure & Array?
What does the && operator do in a program code?
explain what is fifo?
What is unary operator?
What is typedef example?
What is the difference between a free-standing and a hosted environment?
What are qualifiers?
what does " calloc" do?
Tell me with an example the self-referential structure?
Explain what is the best way to comment out a section of code that contains comments?