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
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the scope of local variable in c?
What is main () in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
differentiate built-in functions and user – defined functions.
What are the advantages and disadvantages of c language?
Do pointers need to be initialized?
Are c and c++ the same?
What is a rvalue?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How can you allocate arrays or structures bigger than 64K?
Explain Basic concepts of C language?
The file stdio.h, what does it contain?
Tell me can the size of an array be declared at runtime?