Education Site
Monday, 16 September 2019
#19 C Exercise - Program to print welcome without using semicolon
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("welcome")
{
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Featured post
Development Of JAVA Program
Java - Sample Program
class Sample { public static void main(String s[]) { System.out.println("welcome"); } }
Development Of JAVA Program
Compiler : Is a translator which is used to convert source code into intermediate language, Interpreter : It is used to transalate the r...
Let Us Java
http://www.amazon.in/Let-Us-Java-Yashavant-Kanetkar/dp/8183334679?_encoding=UTF8&creativeASIN=8183334679&linkCode=w00&linkId=a1...
No comments:
Post a Comment