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 print "hello"

Answer Posted / ajithbalaji

Both r wrong


#include<stdio.h>
#include<conio.h>
void main()
{
printf("\"hello\"");
getch();
}

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I do peek and poke in c?

1135


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1992


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1132


What do you mean by dynamic memory allocation in c? What functions are used?

1223


Which node is more powerful and can handle local information processing or graphics processing?

1370


Explain Basic concepts of C language?

1233


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3601


Write the Program to reverse a string using pointers.

1073


Explain what is the difference between text files and binary files?

1215


How can I find the modification date of a file?

1337


Differentiate between functions getch() and getche().

1107


Do pointers take up memory?

1207


What is the size of enum in c?

1170


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1223


What does d mean?

1164