What is the difference between File pointer and Internal
Charecter Pointer?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between linking and loading?
What are the disadvantages of external storage class?
How can I insert or delete a line (or record) in the middle of a file?
what is different between auto and local static? why should we use local static?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is a built-in function in C?
Explain what is the difference between functions getch() and getche()?
Why c is a procedural language?
What are formal parameters?
Calculate 1*2*3*____*n using recursive function??
How are Structure passing and returning implemented by the complier?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Write a code of a general series where the next element is the sum of last k terms.
How a string is stored in c?
What is logical error?