hello dear, yes we can print the statement widout using semicolon,here iam giving you one example for this # include<stdio.h> # include<conio.h> void main() { if ( printf("Program without semicolon\n")) { if ( printf("successful")) {} } else { if ( printf("Failure")) {}
} } plaese complite itand if thr is ne error than let me know it
hello dear, yes we can print the statement widout using semicolon,here iam giving you one example for this # include<stdio.h>
# include<conio.h>
void main()
{
if ( printf("Program without semicolon\n"))
{
if ( printf("successful"))
{}
}
else
{
if ( printf("Failure"))
{}
}
} plaese complite itand if thr is ne error than let me know it