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 the modifiers available in c programming language?
Explain what is the difference between the expression '++a' and 'a++'?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How do you initialize pointer variables?
What is sizeof c?
Can you assign a different address to an array tag?
Do you know what are the properties of union in c?
Is it possible to initialize a variable at the time it was declared?
the question is that what you have been doing all these periods (one year gap)
What is structure data type in c?
Is anything faster than c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What's the right way to use errno?
What is the total generic pointer type?
What is && in c programming?