how can i print "hello".please consider inverted commas as
well.i want to print on console: "hello"
Answer Posted / akshat
we can use the ascii code for char " and then print it...
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How many header files are in c?
Write a program to reverse a given number in c language?
Explain how to reverse singly link list.
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Is void a keyword in c?
Explain heap and queue.
What is the process of writing the null pointer?
How can I change the size of the dynamically allocated array?
Why is c used in embedded systems?
Is it better to use a macro or a function?
Explain built-in function?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Why dont c comments nest?
write a program to find out prime number using sieve case?
What do you know about the use of bit field?