Code.GeekInterview.com
 
Code Samples C
 

C Programme to Print Without Semi colon


Code ResourceAuthor: shashivaishnav  

Difficulty Level: Beginner

Published: 24th Aug 2010   Read: 7139 times  

Filed in: C
Add Comment


 

 

Sponsored Links


 

 

C Programme to Print Without Semi colon

 


Sample Code
  1. #include "conio.h"
  2. #include "stdio.h"
  3. void main()
  4. {
  5. if(printf("hello")&&getch())
  6. }
Copyright GeekInterview.com


Next Article: Double Linked List


 

Latest Code Samples

 

Popular Code Samples

 

Related Code Samples

 

Post Your Comment:

Members Please Login
Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe    



Comments

#include
void main ()
{
if(printf("Hello, World!n")){ }
}
Comment posted by: chandrashekhar n hodlur on 2010-09-03T01:46:39
C Programme to Print Without Semi colon, it is not work errors are occuring
Compiling NONAME18.C:
Error NONAME18.C 6: Statement missing ; in function main()
Error NONAME18.C 6: Compound statement missing } in function main()
Comment posted by: chinmaydas on 2010-10-12T16:05:30
it does not work in linux
Comment posted by: ashu202 on 2011-01-27T06:42:34

Popular Coders

# Coder NameHits
1. kaivalya198933896
2. mano.mithun21571
3. deepu0817850
4. meefriend4ever8112
5. chandrikakr8081
6. sadasivathavamani7319
7. shashivaishnav7140
8. venkatakrishnansvpr7044
9. Jimmy Zorald6685
10. sripri5701

Active Coders

Refined Tags