how can i print "hello".please consider inverted commas as
well.i want to print on console: "hello"
Answer Posted / anveshbanti
#include<stdio.h>
void main ()
{
printf(""hello"");
}
| Is This Answer Correct ? | 4 Yes | 31 No |
Post New Answer View All Answers
Describe explain how arrays can be passed to a user defined function
What is d'n in c?
What is a union?
What is array in c with example?
Differentiate between new and malloc(), delete and free() ?
Give basis knowledge of web designing ...
How can I ensure that integer arithmetic doesnt overflow?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
Which is the memory area not included in C program? give the reason
Explain a pre-processor and its advantages.
What are the features of c language?
Write a code to generate divisors of an integer?
What are the 5 organizational structures?