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

pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


how can make variable not in registers

1 Answers   TCS,


what is bit rate & baud rate? plz give wave forms

0 Answers  


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  






What are global variables?

0 Answers  


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


post new interiew question and aptitude test papers

1 Answers  


What is volatile variable how do you declare it?

0 Answers  


application of static variables in real time

1 Answers   Bosch,


Is there any data type in c with variable size?

0 Answers  


Do character constants represent numerical values?

0 Answers  


Categories