main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / yogendra jain
Ramco Systems
India
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What does the message "automatic aggregate intialization is an ansi feature" mean?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How will you delete a node in DLL?
What is bubble sort in c?
What are the data types present in c?
Is register a keyword in c?
What is LINKED LIST? How can you access the last element in a linked list?
Why do we need a structure?
What is pointer & why it is used?
What is conio h in c?
What library is sizeof in c?
Explain what is the difference between #include and #include 'file' ?
In c programming language, how many parameters can be passed to a function ?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Explain what is wrong in this statement?