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
Why c is called a middle level language?
By using C language input a date into it and if it is right?
Can you please explain the scope of static variables?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
How can I change the size of the dynamically allocated array?
How to establish connection with oracle database software from c language?
what will be maximum number of comparisons when number of elements are given?
Write a code on reverse string and its complexity.
What is the difference between procedural and declarative language?
What is the significance of an algorithm to C programming?
What does a pointer variable always consist of?
What is a pointer in c plus plus?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is anagram in c?