what will be the output off the following program?
#include<stdio.h>
int main()
{
int a;
a=015+0*71+5;
printf("%d,a");
return0;
}

Answer Posted / srinivasu

18,a

Is This Answer Correct ?    12 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static memory allocation?

613


What is a const pointer in c?

679


What is static identifier?

712


What are the advantages of using Unions?

650


What is a method in c?

633






Why isnt there a numbered, multi-level break statement to break out

601


What is an auto variable in c?

767


What is the use of putchar function?

659


Is void a keyword in c?

589


Explain union.

643


What does volatile do?

573


Explain how can I make sure that my program is the only one accessing a file?

643


What is difference between Structure and Unions?

653


What library is sizeof in c?

582


Explain that why C is procedural?

664