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
What are two dimensional arrays alternatively called as?
what is the basis for selection of arrays or pointers as data structure in a program
What is variable declaration and definition in c?
What is the Purpose of 'extern' keyword in a function declaration?
Write a program to swap two numbers without using third variable in c?
What are structures and unions? State differencves between them.
Explain what is wrong in this statement?
What is a program?
Define VARIABLE?
What are register variables? What are the advantage of using register variables?
#include
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the difference between abs() and fabs() functions?
What is structure padding in c?
Where is c used?