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


Please Help Members By Posting Answers For Below Questions

Why c is called a middle level language?

829


By using C language input a date into it and if it is right?

806


Can you please explain the scope of static variables?

797


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

966


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1818


How can I change the size of the dynamically allocated array?

893


How to establish connection with oracle database software from c language?

1933


what will be maximum number of comparisons when number of elements are given?

1659


Write a code on reverse string and its complexity.

785


What is the difference between procedural and declarative language?

894


What is the significance of an algorithm to C programming?

801


What does a pointer variable always consist of?

872


What is a pointer in c plus plus?

922


How will you write a code for accessing the length of an array without assigning it to another variable?

824


What is anagram in c?

702