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
Why is C language being considered a middle level language?
What is scope and lifetime of a variable in c?
What are volatile variables in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is anagram in c?
How do you define CONSTANT in C?
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
What does stand for?
Why we use break in c?
In which language linux is written?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
How are portions of a program disabled in demo versions?
How is actual parameter different from the formal parameter?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks