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

What is anagram in c?

512


How can a program be made to print the line number where an error occurs?

646


given post order,in order construct the corresponding binary tree

2320


Is there a built-in function in C that can be used for sorting data?

742


What is oops c?

602






What is the difference between procedural and functional programming?

515


What is the newline escape sequence?

583


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

603


What are the features of c language?

617


What is difference between arrays and pointers?

577


What is difference between array and pointer in c?

534


What are the types of pointers?

596


What does the c preprocessor do?

615


can we have joblib in a proc ?

1650


Implement bit Array in C.

672