how can i print "hello".please consider inverted commas as
well.i want to print on console: "hello"
Answer Posted / prayas
#include<stdio.h>
main ()
printf ( "\"Hello\"" ) ;
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain how are portions of a program disabled in demo versions?
What is wrong with this declaration?
Explain what does it mean when a pointer is used in an if statement?
What is getche() function?
What are the string functions? List some string functions available in c.
What does sizeof int return?
Explain what is a const pointer?
When should we use pointers in a c program?
Explain why C language is procedural?
What is the stack in c?
What is an auto variable in c?
What are pointers?
why programs in c are running with out #include
Explain setjmp()?
What are types of structure?