main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / shivangi
only india will be printed ...........
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
How can this be legal c?
Did c have any year 2000 problems?
What is #ifdef ? What is its application?
Why does this code crash?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is an expression?
What are Macros? What are its advantages and disadvantages?
How can I dynamically allocate arrays?
Why is c called c?
Explain the difference between getch() and getche() in c?
Which is better between malloc and calloc?
What happens if header file is included twice?
Why do we use namespace feature?
What is gets() function?