Computer Science, asked by AshishBudh, 4 months ago

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 YUVILOVE2009
2

Answer:

We can use multiple if statements to check more than one conditions. # include <stdio.h> int main() { ...

Similar questions