Question: (a) In C++language, multiplication and division operations have same priority L- (b) In C language, C++ functions can not be used (c ) In the

 (a) In C++language, multiplication and division operations have same priority L-

(a) In C++language, multiplication and division operations have same priority L- (b) In C language, C++ functions can not be used (c ) In the hex-decimal notation FFF refers to 4095 (d) Expression ( (y a ) && (a >b) ) && (a x)) is true, if a is the smallest e )In a processor bus, only one element can accept input data, while several can output data (f) Exclusive OR of X and Y would be logic 1, if X and Y are same logically 8) floor of (-8.7) is-8 g) (h) Structures contain different classes, in C++ h) (j) what is the value of factorial(0) Question 2). ANSWER THE FOLLOWING CLEARLY: a) How much Memory in bytes required to store the string: AaBbCcDdEeFfGgHhujKKKKKKLLLLL 128 times, following Unicode. What would be the memory size in bytes, if ASCIl code is used instead of Unicode? for ASCII-- b) In the following functional loop count, sum, and product are unsigned integers. total -20; sum-10, How nany tines . the for loop is run? what are the end values of count, total and sum? for (count 30; count > 16; count 3) (total count): (sum +total); -_-end values: count .c) j and p are integers with initial values j - 2; p 8; values j 2:p-8end values while (j ce 8) 1// end while loop c) What are final values of j and p after the conclusion of the while loop? .d) double fr ((2+rand()x7)/2.5)s what are the possibl e values for fr-P d) possible values for fr__---- e) double D[12e) array has been declared Dptr-&D[e]:0ptr decinal value: 2676968; what are the addresses of elements: D[100] and the last element of the array D[]. e) address of :D100... last

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!