1. Which option will be used with disk free command to include the total amount of disk space in the file system?






Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->An option from File pull down menu used to close a MS word document is....
QA->The extension jpeg in the name of a file indicates that it is a/an file.....
QA->The India Space Research Organisation's _____________ moon orbiter, lander and rover launch into space atop a GSLV Mark III-M1 rocket from the Satish Dhawan Space Centre on Sriharikota Island on July 22, 2019?....
QA->Which space craft was the first space probe or artificial object to leave our Solar system?....
QA->The total time elapsed between submission of command and data to a computer and getting the result of computation is the....
MCQ->Which option will be used with disk free command to include the total amount of disk space in the file system?....
MCQ->You are the administrator of a Windows 2000 server computer. The server has a single hard disk with two partitions. An application that runs on your server creates a very large log file in the SystemrootYTemp folder. There is not enough free space on the system partition to accommodate the log file. The application does not provide a way to change the path to the log file. You want to run the application on your server. What should you do?....
MCQ->Point out the error in the program? #include<stdio.h> / Assume there is a file called 'file.c' in c:\tc directory. / int main() { FILE fp; fp=fopen("c:\tc\file.c", "r"); if(!fp) printf("Unable to open file."); fclose(fp); return 0; }....
MCQ->Read the following statements about address space in microprocessors An address space is a set of all possible addresses which can be generated by a microprocessor.Each address in the address space allows a designer to provide at least one memory or I/O location in the system.Two types of address spaces are memory and I/O address space.Some micro processors have only one type of address space. Which of the above are correct?....
MCQ->What will be the content of 'file.c' after executing the following program? #include<stdio.h> int main() { FILE fp1, fp2; fp1=fopen("file.c", "w"); fp2=fopen("file.c", "w"); fputc('A', fp1); fputc('B', fp2); fclose(fp1); fclose(fp2); return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution