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
Explain what is the difference between null and nul?
What are pointers?
How many keywords are there in c?
What’s the special use of UNIONS?
What is string function c?
Explain what is the concatenation operator?
Distinguish between actual and formal arguments.
praagnovation
What is identifiers in c with examples?
What are qualifiers in c?
What is a void pointer in c?
What is the use of structure padding in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
in linking some of os executables are linking name some of them
What is #define size in c?