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

Is printf a keyword?

1003


What is array within structure?

869


Write a program to print factorial of given number using recursion?

820


Explain how do you override a defined macro?

829


What is hash table in c?

809


Explain what is #line used for?

827


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

866


What is a function simple definition?

875


Differentiate between calloc and malloc.

1039


How can you be sure that a program follows the ANSI C standard?

1406


What is the use of f in c?

760


difference between Low, Middle, High Level languages in c ?

1879


What is typedef?

1034


How does pointer work in c?

865


What functions are used for dynamic memory allocation in c language?

880