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 / sandeep bussa

18

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why doesnt this code work?

619


What is the difference between procedural and functional programming?

522


Explain how can you be sure that a program follows the ansi c standard?

866


What does %d do?

727


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1531






What are reserved words with a programming language?

604


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1481


Explain the process of converting a Tree into a Binary Tree.

2107


Define and explain about ! Operator?

615


What is an arrays?

656


Why is a semicolon (;) put at the end of every program statement?

628


How do I send escape sequences to control a terminal or other device?

613


What is an example of structure?

588


What is the difference between if else and switchstatement

1313


Write a C program in Fibonacci series.

635