Posts

Showing posts from September, 2017

Class XI B [CS] Assignment ' if else '

1.         Find error in code below and explain.             #include<iostream.h>             void main()                {                           int x = 5 ;                            if( x > 5 )                           {                              x += 5;         ...