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

Answer Posted / ramu gurram

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

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1353


What are logical errors and how does it differ from syntax errors?

753


What is operator promotion?

719


Give me the code of in-order recursive and non-recursive.

995


Why does notstrcat(string, "!");Work?

763






what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2003


Explain what are the standard predefined macros?

753


What is difference between union and structure in c?

673


Can we assign integer value to char in c?

718


why return type of main is not necessary in linux

1789


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1309


Write a program to print “hello world” without using semicolon?

748


how can f be used for both float and double arguments in printf? Are not they different types?

711


What is a global variable in c?

668


How many types of errors are there in c language? Explain

656