how can i print "hello".please consider inverted commas as
well.i want to print on console: "hello"

Answer Posted / banavathvishnu

main()
{
printf("%s","\"Hello \"");
}

Is This Answer Correct ?    27 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is void a keyword in c?

579


Difference between macros and inline functions? Can a function be forced as inline?

713


Is c language still used?

538


what are the different storage classes in c?

662


Explain what does the format %10.2 mean when included in a printf statement?

783






How can I find the modification date and time of a file?

605


What is putchar() function?

638


Why c is called free form language?

574


Does c have circular shift operators?

733


How many data structures are there in c?

619


What is the use of a static variable in c?

595


What is line in c preprocessor?

617


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2745


Where is c used?

652


What are the data types present in c?

630