which are input to function which accept values as numbers or text
Answers
Answered by
3
Scan f in the C programming is the correct answer to this question.
Explanation:
- The Scan f function is used in the C programming for taking the input in the number as well as in the string format.
- The Scan f function is reading the input from the stdin stream.
Following are the syntax of using Scan f is given below:-
Scanf("access modier",variable name );
For example :
Int a =45;
scanf("%d" ,&a);
char a[100];
scanf("%s",a);
Learn more:-
brainly.in/question/9483523
Answered by
8
Answer:
The correct answer will be arguments.
Please mark me the brainliest and Rate me and give me thanks.
Similar questions