What is the output of the program?
#include
#include
int main(){
printf("%d"._argc);
return 0;
}
//save file as countarg.c
In command line
C:\tc\bin>countarg al a2 b1 b2 (press enter)
Answers
Answered by
1
Answer:
Programs require data to be input. This data is used (processed) by the program, and data (or information ) is output as a result.
Similar questions