Question: Please answer these questions.. 1. Given the following C code: int x = 5; int y = 7; int z; int p = -200; int
Please answer these questions.. 1. Given the following C code:
int x = 5;
int y = 7;
int z;
int p = -200;
int q = -350;
z = (x >= y) ? p : q;
What is the value of z?
2. A C data type that can limit the valid data range to specific values is called the _______ data type.
3.
The type of files that are the output of a compiler are known as _____ files. 4.
How many characters are required in memory to store the following string?
"SAP Engineering"
(Ignore the quotation marks)
5.
The two major building blocks of a computer CPU are the
____
and the ________
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
