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 a program flowchart and how does it help in writing a program?

778


What are formal parameters?

750


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1554


How can you call a function, given its name as a string?

798


Is it acceptable to declare/define a variable in a c header?

764






What is the use of volatile?

733


What are the different types of control structures in programming?

749


what is ur strangth & weekness

1935


What is operator precedence?

742


What language is windows 1.0 written?

666


What does %p mean c?

711


What is a good data structure to use for storing lines of text?

696


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3357


Explain what does the function toupper() do?

734


Explain the use of 'auto' keyword in c programming?

790