how can i print "hello".please consider inverted commas as
well.i want to print on console: "hello"
Answers were Sorted based on User's Feedback
Answer / prayas
#include<stdio.h>
main ()
printf ( "\"Hello\"" ) ;
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / akshat
we can use the ascii code for char " and then print it...
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / anveshbanti
#include<stdio.h>
void main ()
{
printf(""hello"");
}
| Is This Answer Correct ? | 4 Yes | 31 No |
how to find the kth smallest element in the given list of array elemnts.
what is the difference between getch() and getchar()?
could u able to tell about suresoft technical session
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
How would you find a cycle in a linked list?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
What is #define used for in c?
What is #include in c?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?