1. For a double threaded scres,choose the correct statement:





Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->Choose the correct preposition for the sentence:The thief hid all his loot————————–a stone....
QA->Choose the correct alternative:A lunatic lives in an ………..whereas monks live in a……......
QA->Choose the word that is closest in meaning to the word immunity:....
QA->Choose the correctly spelt word:....
QA->Choose a viral disease affecting chicken:....
MCQ->What will be the output of the following program? #include<iostream.h> double BixFunction(double, double, double = 0, double = 0, double = 0); int main() { double d = 2.3; cout<< BixFunction(d, 7) << " "; cout<< BixFunction(d, 7, 6) << endl; return 0; } double BixFunction(double x, double p, double q, double r, double s) { return p +(q +(r + s x) x) x; }....
MCQ->For a double threaded scres,choose the correct statement:....
MCQ->interface DoMath { double getArea(int rad); } interface MathPlus { double getVol(int b, int h); } / Missing Statements ? / which two code fragments inserted at end of the program, will allow to compile? class AllMath extends DoMath { double getArea(int r); } interface AllMath implements MathPlus { double getVol(int x, int y); } interface AllMath extends DoMath { float getAvg(int h, int l); } class AllMath implements MathPlus { double getArea(int rad); } abstract class AllMath implements DoMath, MathPlus { public double getArea(int rad) { return rad rad 3.14; } }....
MCQ->Which of the following statement is correct about the program given below? #include<iostream.h> static double gDouble; static float gFloat; static double gChar; static double gSum = 0; class BaseOne { public: void Display(double x = 0.0, float y = 0.0, char z = 'A') { gDouble = x; gFloat = y; gChar = int(z); gSum = gDouble + gFloat + gChar; cout << gSum; } }; class BaseTwo { public: void Display(int x = 1, float y = 0.0, char z = 'A') { gDouble = x; gFloat = y; gChar = int(z); gSum = gDouble + gFloat + gChar; cout << gSum; } }; class Derived : public BaseOne, BaseTwo { void Show() { cout << gSum; } }; int main() { Derived objDev; objDev.BaseTwo::Display(10, 20, 'Z'); return 0; }....
MCQ-> Each question below is followed by two statements A and B You are to determine whether the data given in the statement is sufficient for answering the question You should use the data and your knowledge of Mathematics to choose between the possible answer Give answer a)If the statement A alone is sufficient to answer the question but the statement B alone is not sufficient. Give answer b)If the statement B alone is sufficient to answer the question but the statement A alone is not sufficient Give answer c)If both statement A and B together are needed to answer the question Give answer d)If either the statement A alone or statement B alone is sufficient to answer the question Give answer e)If you cannot get the answer from the statement A and B together but need even more dataWhat is the profit earned by selling a watch for Rs 15,675 ? A.The cost price of 5 such watches is equal to the selling price of 4 such watches B.25% profit is earned by selling each watch....
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