how to write hello word without using semicolon at the end?
Answer Posted / rajveer singh rana
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("Hello world"))
getch();
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the ternary tree?
code for find determinent of amatrix
If null and 0 are equivalent as null pointer constants, which should I use?
What is the difference between union and anonymous union?
What is the right type to use for boolean values in c?
What is an array in c?
With the help of using classes, write a program to add two numbers.
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Distinguish between actual and formal arguments.
How does struct work in c?
Why can arithmetic operations not be performed on void pointers?
Tell me what are bitwise shift operators?
What are header files why are they important?
Can you pass an entire structure to functions?
What are file streams?