examples of conditional operators
Answers
Answered by
1
Answer:
Let's understand the ternary or conditional operator through an example.
- #include <stdio.h>
- int main()
- {
- int age; // variable declaration.
- printf("Enter your age");
- scanf("%d",&age); // taking user input for age variable.
Explanation:
hope it helps you
Mark as BRAINLIEST
Answered by
2
Answer:
yaa ok subscribing your channel
Similar questions