void main ()
{
int i; i = 10;
printf ('% o', i);
} -
-
-
-
Question 3. Using any transmission in the function will not change the value of the variable in the main program:
-
-
Transmission by address value of parameter
-
-
Question 4. Indicates the value of expression 5> 1
Question 5. Indicates the value of expression 2 + 4> 2 && 4
Question 6. Cursor variables can contain:
-
Memory address of another variable
-
Value of another variable
-
-
Question 7. Character data includes:
Question 8. If the function is called before it defines, what is the condition:
-
The return type of the function must be of type void
-
The input type of the function must be of type void
-
Before calling the function it must be declared
-
The function only returns the boolean data type
Question 9. What kind of float data can the float data type handle:
-
3.4 * 10-38 to 3.4 * 1038.
-
-
-
Question 10. Which of the following data types is not considered to be the basic data type in the C programming language:
Jessica Tanner