Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to print "Hi World" without using semi colon?

Answer Posted / manoj singh

#include<stdio.h>
void main()
{
clrscr();
if(printf("\"Hi world\""))
while(!kbhit());
}




// sorry for previous answer

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you return null in c?

1230


What is const volatile variable in c?

1105


Write a program to find factorial of a number using recursive function.

1182


How do I send escape sequences to control a terminal or other device?

1123


Which is better pointer or array?

1071


What is a loop?

1113


What are bitwise shift operators in c programming?

1137


write an algorithm to display a square matrix.

2762


What is dynamic dispatch in c++?

1109


How will you write a code for accessing the length of an array without assigning it to another variable?

1094


What are the restrictions of a modulus operator?

1168


code for quick sort?

2085


What is d scanf?

1141


What is volatile c?

1090


What are local static variables?

1210