A file pointer always contains the __________ of the file
Answer Posted / harsha
address
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
What is an interface in oop?
What is difference between abstraction and encapsulation?
What is the fundamental idea of oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is polymorphism and types?
Write a program to sort the number with different sorts in one program ??
What is the highest level of cohesion?
Prepare me a program for the animation of train
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Can a destructor be called directly?
How can you overcome the diamond problem in inheritance?
How is class defined?
What is object in oop with example?
can inline function declare in private part of class?