how to write hello word without using semicolon at the end?
Answer Posted / vikas
int main(void)
{
if(printf("hello world"))
}
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What are the __date__ and __time__ preprocessor commands?
Is the exit() function same as the return statement? Explain.
Explain how are 16- and 32-bit numbers stored?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is #line in c?
When should volatile modifier be used?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is a pointer and how it is initialized?
explain what is fifo?
What are nested functions in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Why shouldn’t I start variable names with underscores?
What is %s and %d in c?