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


Please Help Members By Posting Answers For Below Questions

Why c is called procedure oriented language?

575


Using which language Test cases are added in .ptu file of RTRT unit testing???

3581


What is an operator?

656


What is difference between scanf and gets?

606


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

625






How can you restore a redirected standard stream?

606


Is there sort function in c?

574


Is null always equal to 0(zero)?

578


Why is c fast?

601


What is clrscr ()?

633


Which control loop is recommended if you have to execute set of statements for fixed number of times?

805


Why are algorithms important in c program?

614


How can you pass an array to a function by value?

597


How many header files are in c?

547


How do I get an accurate error status return from system on ms-dos?

643