What is a file pointer?



What is a file pointer?..

Answer / Sukhdeep Singh Rajput

A file pointer in C and C++ is a variable that holds the current position in a file. It allows you to read or write data at specific locations within the file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is use of super keyword in java?

1 Answers  


What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.

3 Answers   IBM,


Which is the best way to use for String concatenation in Java?

7 Answers   HCL,


what is difference between excute query ()and execute update ()?

6 Answers   Symphony,


In the below Java Program, how many objects are eligible for garbage collection?

1 Answers  


How can you write a loop indefinitely in java programming?

1 Answers  


what is tempplate pattern

4 Answers   IBM, RBS,


Explain what are final variable in java?

1 Answers  


What are the three parts of a lambda expression? What is the type of lambda expression?

1 Answers  


Is set ordered in java?

1 Answers  


What are methods?

1 Answers  


What is the difference between an if statement and a switch statement?

1 Answers  


Categories