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 electronic-devices-bipolar-junction-transistors
Multiple Choice Question in 035/2016
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 current-affairs-2017-03-05
Question Answer in KERALA PSC
Multiple Choice Question in KERALA PSC
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. Variable names known only to the procedure in which they are declared are ________
(A): global
(B): internal
(C): local
(D): recent
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->Which chemical compound is also known in the names of "Prussian blue, Parisian Blue & Berlin Blue"?....
QA->Which disease is also known in the names pyrosis and cardialgia?....
QA->Which vitamin deficiency disease is also known in the names of "Barlow"s Disease & Cheadle"s disease?....
QA->Which water body was known in the names of ‘Mahodadhi and Chola Lake’ in the ancient times ?....
QA->Which chemical is also known in the names of ‘Benziform’ and Carbon Tet ?....
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->Variable names known only to the procedure in which they are declared are ________....
MCQ->Which of the following statements is correct? Once the variable and the reference are linked they are tied together. Once the reference of a variable is declared another reference of that variable is not allowed.....
MCQ->S1: The study of speech disorders due to brain injury suggests that patients can think without having adequate control over their language. P : But they succeed in playing games of chess. Q : Some patients, for example fail to find the names of objects presented to them. R : They can even use the concepts needed for chess playing, though they are unable to express many of the concepts in ordinary language. S : They even find it difficult to interpret long written notices. S6: How they manage to do this we do not know. The Proper sequence should be:....
MCQ->Which of the following statements are correct about an enum used in C#.NET? An enum can be declared inside a class. An enum can take Single, Double or Decimal values. An enum can be declared outside a class. An enum can be declared inside/outside a namespace. An object can be assigned to an enum variable.....
×
×
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