Predict the output for the following
main()
{ short int i; 1 = --10<<5;
printf("%d",1;);
}
Answers
Answered by
1
Predict the output of the following code:days = int(input("Input days: ") * 3600 * 24. hours = int(input("Input hours: ")) * 3600. minutes = int(input("Input minutes:")) * 60
Answered by
0
Answer:
OUTPUT IS ERROR.
Explanation:
Because in this program "scan f" is not given to input the value for printing.
variables are not declared.
Similar questions