Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in database-database-redesign
Multiple Choice Question in 035/2016
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Multiple Choice Question in current-affairs-2017-03-05
Multiple Choice Question in electronic-devices-bipolar-junction-transistors
Question Answer in Malayalam General Knowledge
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Question Answer Bank
1. ഒരു file ന്റെ size നെ കുറയ്ക്കുവാൻ ഉപയോഗിക്കുന്ന രീതി ? [Oru file nte size ne kuraykkuvaan upayogikkunna reethi ? ]
Answer: Compression
Previous Question
Next Question
Add Tags
Report Error
Reply
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Tags
malayalam-kerala-psc-questions
Show Similar Question And Answers
QA->ഒരു file ന്റെ size നെ കുറയ്ക്കുവാൻ ഉപയോഗിക്കുന്ന രീതി ? ....
QA->The extension jpeg in the name of a file indicates that it is a/an file.....
QA->ഒരു ജാതി ഒരു മതം ഒരു ദൈവം ഒരു ഉലകം ഒരു നീതി എന്നത് ആരുടെ തത്വമാണ്?....
QA->“ഒരു പുസ്തകം, ഒരു പേന, ഒരു കുട്ടി, ഒരു അധ്യാപകൻ – ഇത്രയുംകൊണ്ട് ഒരു ലോകത്തെ മാറ്റിമറിക്കാനാവും” ആരുടെ വാക്കുകൾ?....
QA->ചൂട് തട്ടുമ്പോൾ ഒരു പദാർത്ഥത്തിലെ ഒരു തന്മാത്രയിൽ നിന്നും മറ്റൊരു തന്മാത്രയിലേയ്ക്ക് താപം കൈമാറ്റം ചെയ്യപ്പെടുന്ന രീതി?....
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->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; }...
MCQ->Read the following statements about files in Pascal A file is a data structure which consists of a sequence of components of the same type.The number of components in a file is variable.The components in a file can be accessed only sequentially starting from the beginning of the file. Which of the above are correct?...
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->Which of the following statements are correct about the program below? #include<stdio.h> int main() { int size, i; scanf("%d", &size); int arr[size]; for(i=1; i<=size; i++) { scanf("%d", arr[i]); printf("%d", arr[i]); } return 0; }...
×
×
Type The Issue
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