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
What does the c in ctime mean?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is #define used for in c?
Explain what are linked list?
What is the difference between abs() and fabs() functions?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Why do we use & in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain what are the advantages and disadvantages of a heap?
What is the hardest programming language?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Why is c so important?
What is a stream?
What are header files and what are its uses in C programming?
How can you read a directory in a C program?