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
Is array name a pointer?
What does d mean?
What is the difference between #include and #include 'file' ?
Describe the header file and its usage in c programming?
Why is this loop always executing once?
What’s the special use of UNIONS?
Explain the difference between null pointer and void pointer.
What are two dimensional arrays alternatively called as?
In C language what is a 'dangling pointer'?
Explain do array subscripts always start with zero?
What is assert and when would I use it?
Explain how do you generate random numbers in c?
Give differences between - new and malloc() , delete and free() ?
What is a static function in c?
What are extern variables in c?