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
Do variables need to be initialized?
What are c identifiers?
what are the facialities provided by you after the selection of the student.
Explain what are multibyte characters?
Tell me what is null pointer in c?
How do we declare variables in c?
Write a program to swap two numbers without using a temporary variable?
Are the outer parentheses in return statements really optional?
What is a loop?
What is the use of getchar functions?
What is null pointer in c?
Was 2000 a leap year?
What is an example of structure?
What is a far pointer in c?
What is omp_num_threads?