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
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Multiple Choice Question in 035/2016
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
->
Multiple Choice Questions
Question Set
computer science object oriented programming using cpp
1. The getline() function reads a line of text until _____
(A): either (a) or (b)
(B): neither (a) nor (b)
(C): the character used as the third argument is reached
(D): the length used as the second argument is reached
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->If function inside another function is called a _____ Function....
QA->A Judge of the Supreme Court of India is to hold office until he attains the age of how many years?....
QA->A Judge of the Supreme Court of India is to hold office until he attains the age of howmany years?....
QA->Until and unless....
QA->Name India's leading education and learning app which has been named as the new official Team India (cricket) sponsor from September 2019 - South Africa Home series onwards until March 2022 replacing mobile phone brand Oppo?....
MCQ->The getline() function reads a line of text until _____....
MCQ->What will be the output of the program? public class Test138 { public static void stringReplace (String text) { text = text.replace ('j' , 'c'); / Line 5 / } public static void bufferReplace (StringBuffer text) { text = text.append ("c"); / Line 9 / } public static void main (String args[]) { String textString = new String ("java"); StringBuffer textBuffer = new StringBuffer ("java"); / Line 14 / stringReplace(textString); bufferReplace(textBuffer); System.out.println (textString + textBuffer); } }....
MCQ->Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads?....
MCQ->Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur?....
MCQ->In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed.....
×
×
Type The Issue
×
Your Marks
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