can we create and enter the data & hide files using
programmes ?

Answer Posted / nagesh

yeah we can hide
b'coz thats is d main feature of using c++ rather then using c

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1413


How do you explain polymorphism?

584


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.

2567


Why is destructor used?

578


How do you use inheritance in unity?

584






What is the example of polymorphism?

554


How is class defined?

580


What is polymorphism give a real life example?

557


What do you mean by overloading?

576


What are main features of oop?

629


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1772


What is the problem with multiple inheritance?

578


How can you overcome the diamond problem in inheritance?

763


Write a c++ program to display pass and fail for three student using static member function

2807


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2750