Ternary Operator Ternary Operator Syntax: Condition ? Expression 1(True) : Expression 2(False) ; Program: To check wheather the given number is even or odd […]
Read moreTag: c video tutorials
Calculator Program in C | #C #Coding
Calculator Program in C | #C #Coding // // main.c // Calculator // // Created by SHIVAM SINGH on 10/03/22. // #include <stdio.h> int […]
Read more
Recent Comments