1. Consider the following C program int ramfloat alpha, gamma
ram = 6400
alpha = 0.562
gamma = alpha ram + 1Now consider the following statements about this program ram is an integer variablealpha, gamma are real variables, + are arithmetic operators0.562 may be an integer constant or real constant Which of the above are correct?





Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->Consider a Program Graph (PG) with statements as nodes and control as edges. Which of the following is not true for any PG?....
QA->…………….means the annual financial statements and other statements prescribed under Rule 65 of Kerala Panchayat Raj (Accounts) Rules, 2011?....
QA->For a body moving with constant speed in a horizontal circle; what remains constant?....
QA->For a body moving with constant speed in a horizontal circle, what remains constant?....
QA->Ram sends 50 table fans to Rahim costing Rs300 per table fan, to be sold at 20% above cost price. Sales will be ………….....
MCQ->Consider the following C program int ramfloat alpha, gamma
ram = 6400
alpha = 0.562
gamma = alpha ram + 1Now consider the following statements about this program ram is an integer variablealpha, gamma are real variables, + are arithmetic operators0.562 may be an integer constant or real constant Which of the above are correct?....
MCQ->Mr. Raheja, the president of Alpha Ltd., a construction company, is studying his company’s chances of being awarded a Rs. 1,000 crore bridge building contract in Delhi. In this process, two events interest him. First, Alpha’s major competitor Gamma Ltd, is trying to import the latest bridge building technology from Europe, which it hopes to get before the deadline of the award of contact. Second, there are rumors that Delhi Government is investigating all recent contractors and Alpha Ltd is one of those contractors, while Gamma Ltd is not one of those. If Gamma is able to import the technology and there is no investigation by the Government, then Alpha’s chance of getting contract is 0.67. If there is investigation and Gamma Ltd is unable to import the technology in time, the Alpha’s chance is 0.72. If both events occur, then Alpha’s chance of getting the contract is 0.58 and if none events occur, its chances are 0.85. Raheja knows that the chance of Gamma Ltd being able to complete the import of technology before the award date is 0.80. How low must the probability of investigation be, so that the probability of the contract being awarded to Alpha Ltd is atleast 0.65? (Assume that occurrence of investigation and Gamma’s completion of import in time is independent to each other.)....
MCQ->Consider the following in C An arithmetic operation between integer and an integer gives integer as the result.An arithmetic operation between a real and a real constant gives real constant as the result.An arithmetic operation between an integer constant and a real constant is not valid. Which of the above are correct?....
MCQ->What will be the output of the program? #include<stdio.h> int fun(int, int); typedef int (pf) (int, int); int proc(pf, int, int); int main() { printf("%d\n", proc(fun, 6, 6)); return 0; } int fun(int a, int b) { return (a==b); } int proc(pf p, int a, int b) { return ((p)(a, b)); }....
MCQ->Which of the following statement is correct about the program given below? #include<iostream.h> int BixTest(int x, int y); int BixTest(int x, int y, int z = 5); int main() { cout<< BixTest(2, 4) << endl; return 0; } int BixTest(int x, int y) { return x y; } int BixTest(int x, int y, int z = 5) { return x y z; }....
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