how can i print "hello"

Answer Posted / diwakar prasad singh

#include<stdio.h>
main()
{
printf("hello");
}

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to introdu5ce my self in serco

1517


Why c is called a mid level programming language?

599


What is the difference between call by value and call by reference in c?

610


What is the difference between a string and an array?

700


Difference between strcpy() and memcpy() function?

670






Is multithreading possible in c?

558


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

803


What is the difference between if else and switchstatement

1306


Explain what does the function toupper() do?

627


Explain the use of fflush() function?

618


What are the advantage of c language?

543


What is the difference between far and near in c?

589


Why is structure padding done in c?

636


How to find a missed value, if you want to store 100 values in a 99 sized array?

803


What is the total generic pointer type?

715