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
Explain how can I remove the trailing spaces from a string?
What is use of #include in c?
Is file a keyword in c?
What are extern variables in c?
Why doesnt the call scanf work?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is calloc in c?
Is c is a high level language?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is malloc return c?
What is the difference between far and near ?
Is there any data type in c with variable size?
Write a program to print ASCII code for a given digit.
What are the different types of control structures?
What is multidimensional arrays