what is meant by files?

Answer Posted / kalaivani

file is define as sequence of data ,it can be stored by
alphabet or name which can be chosen by the user

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to hide the base class functionality in Inheritance?

630


What is difference between class and object with example?

558


Are polymorphisms mutations?

691


Is enum a class?

598


What do you mean by abstraction?

603






What is overriding vs overloading?

577


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2566


What is destructor give example?

595


How do you achieve polymorphism?

605


What are the benefits of interface?

571


How do you achieve runtime polymorphism?

563


What is abstraction oop?

615


What is abstract class in oop?

526


Write a program to reverse a string using recursive function?

1784


What is object in oop with example?

688