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 is string function c?
What is a const pointer?
What is the difference between class and object in c?
What is a double c?
Explain how do you declare an array that will hold more than 64kb of data?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are types of structure?
How can you tell whether a program was compiled using c versus c++?
What is the c language function prototype?
What is gets() function?
What is the best way to store flag values in a program?
What does & mean in scanf?
Explain do array subscripts always start with zero?
Can you write the function prototype, definition and mention the other requirements.
How to delete a node from linked list w/o using collectons?