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

Answer Posted / akshat

we can use the ascii code for char " and then print it...

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is volatile keyword in c?

577


Differentiate between Macro and ordinary definition.

723


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2922


How many main () function we can have in a project?

608


What is meant by type casting?

622






Explain a pre-processor and its advantages.

622


Why is c fast?

601


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2021


What is an operator?

656


What are predefined functions in c?

560


What is the use of pointers in C?

612


Why do we use header files in c?

573


What is scanf () in c?

656


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

805


Can the size of an array be declared at runtime?

602