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
What is define directive?
Is python a c language?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Explain what does it mean when a pointer is used in an if statement?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What are the advantages of using Unions?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is the use of linkage in c language?
What is the purpose of 'register' keyword?
What happens if a header file is included twice?
How is actual parameter different from the formal parameter?
given post order,in order construct the corresponding binary tree
What is a macro, and explain how do you use it?
How can a program be made to print the line number where an error occurs?