#include<stdio.h>
void main()
{
if(printf(" I LOVE THE TERM BINDAS"))
{
}
}
...............................................................................................................................................................Note::The if condition should be followed by opening { and the closing } braces , as the the if condition should be followed by a scope.
I hope u will figure out other ways also, to do it !
No comments:
Post a Comment