how to write hello word without using semicolon at the end?

Answer Posted / ramu gurram

#include<stdio.h>
int main(void)
{
if(printf("hello world"));
return 0;
}

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the data segment that is followed by c?

617


How can I read data from data files with particular formats?

608


What are the rules for the identifier?

677


What are local variables c?

556


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

588






what is the structure pointer?

1648


What is a header file?

640


Is javascript based on c?

599


Explain function?

667


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

645


What is structure padding and packing in c?

627


Did c have any year 2000 problems?

660


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1921


What is the difference between fread and fwrite function?

642


What is table lookup in c?

635