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
What is a program flowchart and how does it help in writing a program?
What are formal parameters?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How can you call a function, given its name as a string?
Is it acceptable to declare/define a variable in a c header?
What is the use of volatile?
What are the different types of control structures in programming?
what is ur strangth & weekness
What is operator precedence?
What language is windows 1.0 written?
What does %p mean c?
What is a good data structure to use for storing lines of text?
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
Explain what does the function toupper() do?
Explain the use of 'auto' keyword in c programming?