how can i print "hello"

Answer Posted / vijay kumar tiwari

#include<iostream.h>
main()
{
cout<<"hello";
}

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a progarm to find the length of string using switch case?

1599


Describe the order of precedence with regards to operators in C.

628


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1207


What is the benefit of using an enum rather than a #define constant?

647


write an algorithm to display a square matrix.

2213






What is #include called?

561


if p is a string contained in a string?

1398


What is calloc()?

619


Which header file is used for clrscr?

569


What are the rules for identifiers in c?

579


How can a number be converted to a string?

589


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2854


What are the advantages and disadvantages of a heap?

697


What is keyword with example?

624


Is malloc memset faster than calloc?

605