A file pointer always contains the __________ of the file
Answers were Sorted based on User's Feedback
Answer / sujatha
file pointer always contains the address of a file or the
location of the file
| Is This Answer Correct ? | 42 Yes | 4 No |
Answer / sumeet sharma
it actually contains the starting address of the file structure.
| Is This Answer Correct ? | 6 Yes | 1 No |
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
Is enum a class?
20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
what is overloading and overriding?
What is abstract class in oops?
what i oops concept, how many languages supports oops concept?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
How to Increment the value of the empid E001 for each and every employee by using the programe?
What is conditional Compilation?
How do you explain polymorphism?