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 / srinivasu
18,a
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Can you apply link and association interchangeably?
Is fortran still used today?
What is define c?
What is struct node in c?
What is a macro in c preprocessor?
Why c is called a mid level programming language?
What is a pointer variable in c language?
What is non linear data structure in c?
What are reserved words with a programming language?
How many bytes are occupied by near, far and huge pointers (dos)?
What is a built-in function in C?
Tell us the use of fflush() function in c language?
What is dynamic dispatch in c++?
Explain what is the concatenation operator?
What does sizeof int return?