Latest TCS Aptitude Question SOLUTION: What is the output of: main( ) { float a = 5, b = 2 ; int c ; c = a % b ; printf ( "%d", c ) ; }