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 doesnt this code work?
What is #ifdef ? What is its application?
How will you divide two numbers in a MACRO?
Write a program to swap two numbers without using a temporary variable?
What language is c written?
If null and 0 are equivalent as null pointer constants, which should I use?
What is echo in c programming?
What is the advantage of a random access file?
how many key words availabel in c a) 28 b) 31 c) 32
What is 2c dna?
what is the syallabus of computer science students in group- 1?
Why does not c have an exponentiation operator?
Why is c called "mother" language?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is difference between structure and union in c?