What is the difference between File pointer and Internal
Charecter Pointer?
Answers were Sorted based on User's Feedback
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 |
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 |
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
For what purpose null pointer used?
what will happen if you free a pointer twice after allocating memory dynamically ?
What is the purpose of #pragma directives in C?
How can I discover how many arguments a function was actually called with?
char ch="{'H','I',0};printf("%s",ch);what is output
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
how to determine the complexity of an algorithm as log(n)
How can I change their mode to binary?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..