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 |
What is use of super keyword in java?
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.
Which is the best way to use for String concatenation in Java?
what is difference between excute query ()and execute update ()?
In the below Java Program, how many objects are eligible for garbage collection?
How can you write a loop indefinitely in java programming?
what is tempplate pattern
Explain what are final variable in java?
What are the three parts of a lambda expression? What is the type of lambda expression?
Is set ordered in java?
What are methods?
What is the difference between an if statement and a switch statement?