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 can I make a program in c to print 'Hello' without
using semicolon in the code?

Answer Posted / shabeer basha

#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("Hellow"))
{
}
}
// you are use semicolon in your program//

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between a structure and a union.

1227


What is huge pointer in c?

1023


What is the size of enum in bytes?

1036


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

2614


Explain the difference between malloc() and calloc() in c?

1005


Explain how can you tell whether a program was compiled using c versus c++?

1054


How do you view the path?

1077


what are bit fields? What is the use of bit fields in a structure declaration?

2045


in linking some of os executables are linking name some of them

2076


Write a program to print factorial of given number without using recursion?

951


What are the functions to open and close the file in c language?

986


Do pointers need to be initialized?

1018


what is a constant pointer in C

1095


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1955


What is gets() function?

1074