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
What is a good way to implement complex numbers in c?
How can I read and write comma-delimited text?
What is an expression?
What is meant by type casting?
Why static variable is used in c?
write a program to copy the string using switch case?
Explain About fork()?
What are the advantages of using new operator as compared to the function malloc ()?
Is c still used?
What is the scope of local variable in c?
What is New modifiers?
Give me the code of in-order recursive and non-recursive.
Explain spaghetti programming?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?