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 |
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What is c system32 taskhostw exe?
how can write all 1to 100 prime numbers using for loop,if and break ?
What is non linear data structure in c?
write a proram to reverse the string using switch case?
What is the proper way of these job Tell me about there full work
can we write a c program with out using main
Why main function is special give two reasons?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
What is memory leak in c?