how to write hello word without using semicolon at the end?

Answer Posted / jithneder palle

int main(void)
{
if(printf("hello world"))
}

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a Program to accept different goods with the number, price and date of purchase and display them

5440


Write a program to print numbers from 1 to 100 without using loop in c?

633


What is the difference between constant pointer and constant variable?

742


What is nested structure in c?

606


Why we not create function inside function.

1744






Write a program to reverse a given number in c?

594


How do you convert strings to numbers in C?

705


What is structure padding in c?

621


Under what circumstances does a name clash occur?

686


Can we declare a function inside a function in c?

580


Are the variables argc and argv are local to main?

781


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

698


What is a constant?

626


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15487


What is the sizeof () operator?

619