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


Please Help Members By Posting Answers For Below Questions

What is c variable?

548


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2220


Is c++ based on c?

645


What is the newline escape sequence?

581


How can I implement a delay, or time a users response, with sub-second resolution?

615






What is printf () in c?

577


What is scope rule in c?

603


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

654


How do you list files in a directory?

559


What are keywords in c with examples?

600


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2922


What is difference between array and pointer in c?

534


What is preprocessor with example?

578


What does %c mean in c?

643


What is %s and %d in c?

586