//print "hallo eworld " without using semi colon (;)
#include <stdio.h>
int main (){
if (printf ("hallo world "))
return 0;
}
// print a multiplication table of any integer taking from user #include "stdio.h" int main () { int n,mul,i; printf ("...
No comments:
Post a Comment