main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / kushalava
India only
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why main is used in c?
hi any body pls give me company name interview conduct "c" language only
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is void c?
What is a shell structure examples?
What is call by value in c?
What is the difference between fread buffer() and fwrite buffer()?
Why c is called object oriented language?
what type of questions arrive in interview over c programming?
Write a program to print “hello world” without using semicolon?
What do you understand by normalization of pointers?
How can you call a function, given its name as a string?
What is volatile variable how do you declare it?
Write the control statements in C language
Why double pointer is used in c?