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 / shilpa sarkar
error occurs in format
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is the purpose of & in scanf?
What are extern variables in c?
Why n++ execute faster than n+1 ?
Why flag is used in c?
Write a program to reverse a given number in c language?
What is c standard library?
What is a buffer in c?
What is c++ used for today?
Why do we use static in c?
Explain what are header files and explain what are its uses in c programming?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
can we implement multi-threads in c.
How do you define a function?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..