What is the difference between File pointer and Internal
Charecter Pointer?

Answers were Sorted based on User's Feedback



What is the difference between File pointer and Internal Charecter Pointer?..

Answer / 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

What is the difference between File pointer and Internal Charecter Pointer?..

Answer / chhaya

first what is pointer?
Pointer is nothing bt the concept of showing address of
memmory,element etc.


here, file pointer is nothing bt pointer handle the address
of file having FILE data type.
file pointer shows the address of file where file is open
by Fopen Function.


Internal Character Pointer:
pointer points to the perticular character.
it is charecter type

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


What is merge sort in c?

0 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


what is the difference between c and java?

1 Answers  






to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


Explain pointers in c programming?

0 Answers  


What is the difference between malloc() and calloc() function in c language?

0 Answers  


What is the difference between the = symbol and == symbol?

0 Answers  


What is difference between structure and union in c?

0 Answers  


write a program to display reverse of a number using for loop?

14 Answers  


Disadvantages of C language.

0 Answers   Impetus,


Categories