adspace


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

will u please send me the placement papers to my mail???????????????????

1941


swap 2 numbers without using third variable?

1218


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1365


Do you know the difference between malloc() and calloc() function?

1144


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2406


Differentiate between null and void pointers.

1270


write a c program to find the sum of five entered numbers using an array named number

2270


hi send me sample aptitude papers of cts?

2259


How do you determine the length of a string value that was stored in a variable?

1209


i have a written test for microland please give me test pattern

2816


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2218


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2744


What is dynamic dispatch in c++?

1142


How do you convert strings to numbers in C?

1351


What is pointer to pointer in c with example?

1206