Answer:
C is the answer to this question.
Answer:
Desktop can't move easily, not portable. Laptop very portable.
Explanation:
The answer is really simple. 7 x 7 = 49. 49/49 is 1. I hope this helps
Probably providing a common calendar
Answer:
scanf("%d %lf %c", &age, &pay, §ion);
Explanation:
To read the value in c program, the instruction scanf is used.
To read the integer value, use the %d format specifier in the scanf and corresponding variable name age with ampersand operator.
To read the double value, use the %lf format specifier in the scanf and corresponding variable name pay with ampersand operator.
To read the character value, use the %c format specifier in the scanf and corresponding variable name section with ampersand operator.