What is the difference between File pointer and Internal
Charecter Pointer?
Answer Posted / gsrinivas
file pointer stores the address of the begining record
block of the file .where the internal character pointer
stores the address of the variable of type char.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between declaring a variable by constant keyword and #define ing that variable?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Why do we use & in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
int far *near * p; means
What does it mean when a pointer is used in an if statement?
Define the scope of static variables.
What is difference between constant pointer and constant variable?
Are c and c++ the same?
what does static variable mean?
What is pre-emptive data structure and explain it with example?
What are qualifiers in c?
How can I change their mode to binary?
What is volatile keyword in c?
Explain two-dimensional array.