COMPUTER SCIENCE - 1
1. Write note : C Language program structure
2. Explain : printf() statement
3. Explain giving suitable
Example: if...else statement
Answers
Answered by
2
Answer:
We can use multiple if statements to check more than one conditions. # include <stdio.h> int main() { ...
Similar questions