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
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is typedf?
How do you print an address?
Is it better to use malloc() or calloc()?
Is it cc or c in a letter?
how can use subset in c program and give more example
Write a program to reverse a linked list in c.
What do you mean by recursion in c?
Explain union. What are its advantages?
What is the use of a semicolon (;) at the end of every program statement?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Why is sizeof () an operator and not a function?
What is the difference between functions getch() and getche()?
What are the advantages and disadvantages of a heap?
Whats s or c mean?