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
Is printf a keyword?
What is array within structure?
Write a program to print factorial of given number using recursion?
Explain how do you override a defined macro?
What is hash table in c?
Explain what is #line used for?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is a function simple definition?
Differentiate between calloc and malloc.
How can you be sure that a program follows the ANSI C standard?
What is the use of f in c?
difference between Low, Middle, High Level languages in c ?
What is typedef?
How does pointer work in c?
What functions are used for dynamic memory allocation in c language?