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 / aravind
error bcoz of format specifier.
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
What are shell structures used for?
What does sizeof return c?
What are two dimensional arrays alternatively called as?
What is keyword in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
Can the size of an array be declared at runtime?
What is pragma c?
How do I send escape sequences to control a terminal or other device?
what do you mean by inline function in C?
What is the difference between #include and #include 'file' ?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Explain how do you view the path?
What do the functions atoi(), itoa() and gcvt() do?
Write a program to reverse a given number in c?