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
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are logical errors and how does it differ from syntax errors?
What is operator promotion?
Give me the code of in-order recursive and non-recursive.
Why does notstrcat(string, "!");Work?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain what are the standard predefined macros?
What is difference between union and structure in c?
Can we assign integer value to char in c?
why return type of main is not necessary in linux
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.
Write a program to print “hello world” without using semicolon?
how can f be used for both float and double arguments in printf? Are not they different types?
What is a global variable in c?
How many types of errors are there in c language? Explain