Question
solve it please
Which of the following statement cells function ? Which of the following variables names is considered Camelback notation? If the input to the program segment at the right is 8.5, what is its output? What will be the value of i after the C statements at the right have been ? When a loop statement contains another loop statement it is said to be: Because the following statement is a valid call to function wow, wow must be a void function. num = wow(x, y): If f1 and f2 are the names of void functions defined in a C program, then the statement sequence f1(): f2(): f1(): is legal in function main. The following program segment gives x and y the same value if the condition is true int x = 10, y = 8: if (x > y): y = x: x = y;
Explanation / Answer
1. p = abc(20)
since in the ques abc takes int parameter and returns int value
2. c option
paryRate
where the first character of the word is small and first character of the other word is large
3. question image is not clear
4. question image is not clear
5. nested loop
6. false
since wow is void function so it will not take any parameter
7. true
8. true