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.
Select the
comments feature.
We use comments in our documents to track issues for follow
up or make suggestions to other people. A comment is inserted inside a balloon or
a box that appears in the document's margins. Whatever the situation you may be in,
you can easily add comments in a word document.
All formatting for a paragraph is stored in the paragraph mark and carried to the next paragraph when you press the Enter<span> key. </span>
Answer:
The answer is below
Explanation:
There are various reasons to apply arrays in a program. Some of which includes:
1. Arrays provides users to easily save specified numbers of the element in them.
2. It easily store data of similar types and sizes.
3. It allows users to store data in various dimensional arrays.
4. It eliminates deficit of memories for the location of its elements
Answer:
It remove all the format on a block of selected text, or a paragraph, or the whole text. The formatting such as font, size, text attributes (bold/italic) and color you applied in the text can be cleared with one click, and then the text will return to its default style.