1. Which of the following file names is not valid?





Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->When a file is finally disposed of the file with a copy of which is sent to record room:....
QA->The extension jpeg in the name of a file indicates that it is a/an file.....
QA->The Election Commission of India raised the cap of minimum votes of a political party must secure in election to get the status of a state party or maintain it further. The new minimum limit is ___ percent of the total valid votes polled:....
QA->The valid maximum zoom size available in MS Word is?....
QA->The essentials of a valid contract is provided under,………..of the Indian Contract Act:....
MCQ->What will be the output of the program ? #include<stdio.h> int main() { char names[] = { "Suresh", "Siva", "Sona", "Baiju", "Ritu"}; int i; char t; t = names[3]; names[3] = names[4]; names[4] = t; for(i=0; i<=4; i++) printf("%s,", names[i]); return 0; }....
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 files in Pascal A file can grow or shrink dynamically.A file which consists of only characters is called text file.Text files may be read and written using standard Pascal READ and WRITE procedures.Every file must have a beginning but may or may not have an end. Which of the above are correct?....
MCQ->Oracle commands, column names, table names, view names and all other database elements are case sensitive.....
MCQ->What will be the output of the program? public class X { public static void main(String [] args) { String names [] = new String[5]; for (int x=0; x < args.length; x++) names[x] = args[x]; System.out.println(names[2]); } } and the command line invocation is > java X a b

....
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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions