vinaysubramanian
Answered On : Jul 17th, 2011
Code
#include<stdio.h>
#include<conio.h>
void main()
{
int a=2,b=3;
a=a+b;
b=a-b;
a=a-b;
}
Login to rate this answer.
Shiva
Answered On : Sep 27th, 2011
place the statement you want to print in the if block
Code
void main()
{
if((printf("hai shiva shankar"))
{
}
}
Login to rate this answer.