Social Sciences, asked by ItzAviLegend, 9 days ago

examples of conditional operators​

Answers

Answered by hmnagaraja3
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 amanpreet08
2

Answer:

yaa ok subscribing your channel

Similar questions