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

What is meant by recursion?

636


In c programming language, how many parameters can be passed to a function ?

637


What is signed and unsigned?

649


Why can’t we compare structures?

818


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

659






What is the scope of static variables in c language?

634


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1632


When should you use a type cast?

595


How can I send mail from within a c program?

587


What is the difference between int main and void main in c?

599


How do I convert a string to all upper or lower case?

633


What are global variables?

652


What is the sizeof () operator?

626


What is array of structure in c?

605


Do you know the use of fflush() function?

605