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

Do variables need to be initialized?

818


What are c identifiers?

859


what are the facialities provided by you after the selection of the student.

1936


Explain what are multibyte characters?

876


Tell me what is null pointer in c?

797


How do we declare variables in c?

799


Write a program to swap two numbers without using a temporary variable?

866


Are the outer parentheses in return statements really optional?

837


What is a loop?

806


What is the use of getchar functions?

936


What is null pointer in c?

763


Was 2000 a leap year?

837


What is an example of structure?

806


What is a far pointer in c?

793


What is omp_num_threads?

837