Code.GeekInterview.com
 
Code Samples C
 

C Programme to Print Without Semi colon


Code ResourceAuthor: shashivaishnav  

Difficulty Level: Beginner

Published: 24th Aug 2010   Read: 6691 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. kaivalya198932320
2. mano.mithun19254
3. deepu0817248
4. meefriend4ever7825
5. chandrikakr7817
6. shashivaishnav6692
7. sadasivathavamani6568
8. venkatakrishnansvpr6442
9. Jimmy Zorald6278
10. sripri5433

Active Coders

Refined Tags