MCQOPTIONS
Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Testing Subject
General Aptitude
Logical and Verbal Reasoning
English Skills Ability
Technical Programming
Current Affairs
General Knowledge
Finance & Accounting
GATE (Mechanical Engineering)
Chemical Engineering
→
Globallogic
→
Aptitude & Logical - Globallogic
→
The continue command cannot be used with?
1.
The continue command cannot be used with?
A.
For
B.
Switch
C.
Do
D.
While
Answer» C. Do
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
The constructor without parameter is called?
________ is a default access specifier for members of structures in C++.
________ is a default access specifier for members of class in C++.
Observe the following code and chose the correct statement(s) class Name { const char *s ; . }; class Table { Name *p; size_t sz ; public : Table(size_ts = 15) {p = new Name [sz = s]; } ~Table() {delete [ ]p ;} Name * lookup(const char *); bool insert(Name *); };
The content of accumulator is 1000 0000 what will be its content after RR A instruction?
Which is better computing time (in analysis of algorithm) ?
Suppose in a microprocessor the instruction MVI A, 32H takes 2 machine cycles one is op code fetch which composed of 4 T-states and the other is memory read which takes n T-states. If the total time taken by the processor to execute the instruction is 1400 nano sec with an operating frequency of 5 MHz. What is the value of n?
Analyse the following code snippet and choose the answer:- #include Class Temp { private: int m_ival; public: Temp() { Cout<<"OBJECT CREATED\n"< } ~Temp() { Cout<<"OBJECT DESTROYED\n"< } }; void fnRead() { Temp oTempObj; } int main() { fnRead(); cout<<"IN MAIN \n"< return 0; }
Declare the following statement?"A pointer to a function which receives nothing and returns nothing".
A collection of wires that connects several devices is called?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies