what is meant by files?
Answers were Sorted based on User's Feedback
Answer / santhi
a file is a collection of records and a record is a
collection of fields.by keeping ur data on file u can save
permunently.that is a file is saved on disk memory
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / 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 |
Answer / buuuurrrrrrrrrrrrrrr...
it is a collection of empty pages with hard cardboard on
both sides on which the name of our collg is very badly
highlighted
Is This Answer Correct ? | 1 Yes | 4 No |
What is encapsulation in ict?
What is object and example?
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
What are the three main types of variables?
What is function overloading?,describe it with the example.
why constructor cannt be declar virtually? why destructor cannt be overloaded?
What is destructor give example?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
What is multiple inheritance? Give Example
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is difference between pop and oop?
Why is object oriented programming so hard?