HomeB.Tech Nested IF_1 byArati Singh -February 04, 2013 0 // Nested IF //the ? As an alternative to IF #include<stdio.h> #include<conio.h> void main() { int i=5; ((i>=10) ?printf("Hello"):printf("Hi")); getch(); } Tags B.Tech Facebook Twitter