main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / ripal
The output will produce error because there is error at if
(a=0).It should be if(a==0)
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Why clrscr is used after variable declaration?
What is volatile variable how do you declare it?
Explain what is the advantage of a random access file?
Simplify the program segment if X = B then C ← true else C ← false
What is memory leak in c?
program for reversing a selected line word by word when multiple lines are given without using strrev
Why double pointer is used in c?
What is the use of f in c?
What is the size of enum in c?
What does c mean in standard form?
What is difference between arrays and pointers?
Where static variables are stored in memory in c?
What does 3 periods mean in texting?