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
Explain data types & how many data types supported by c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is null in c?
What are categories used for in c?
In c language can we compile a program without main() function?
What are the two forms of #include directive?
How can I delete a file?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What's the total generic pointer type?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What are c identifiers?
Do variables need to be initialized?
What is memory leak in c?
Write a program to swap two numbers without using third variable in c?
What is preprocessor with example?