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 / yateesh kumar

Garbage value,a

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 02d in c?

638


Why dont c comments nest?

623


What’s a signal? Explain what do I use signals for?

611


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5464


What is a void pointer? When is a void pointer used?

627






What is this pointer in c plus plus?

599


Why use int main instead of void main?

599


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1588


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

563


simple program of graphics and their output display

1470


C language questions for civil engineering

1245


Lists the benefits of c programming language?

598


Is the exit() function same as the return statement? Explain.

665


How do I swap bytes?

633


What is the explanation for prototype function in c?

571