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
How can type-insensitive macros be created?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What are c identifiers?
Which function in C can be used to append a string to another string?
Can the size of an array be declared at runtime?
How can I discover how many arguments a function was actually called with?
Is calloc better than malloc?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Why is c called c?
hi send me sample aptitude papers of cts?
Why we use stdio h in c?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is wrong with this declaration?
What is pass by reference in functions?
What is dynamic memory allocation?