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
What are the different types of constants?
write a c program to find the sum of five entered numbers using an array named number
Can you write the function prototype, definition and mention the other requirements.
What is an array? What the different types of arrays in c?
What is character set?
What is extern keyword in c?
Explain argument and its types.
What is a function in c?
Is malloc memset faster than calloc?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is identifier in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
how to find binary of number?