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
What is a function in c?
How would you obtain the current time and difference between two times?
What is a good data structure to use for storing lines of text?
What is use of integral promotions in c?
how many errors in c explain deply
When was c language developed?
Hai what is the different types of versions and their differences
Write a code to remove duplicates in a string.
using for loop sum 2 number of any 4 digit number in c language
What is sizeof int in c?
what is the structure pointer?
What are conditional operators in C?
What is a static variable in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is meant by preprocessor in c?