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 / sandeep bussa
18
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the types of functions in c?
What are the applications of c language?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Why static variable is used in c?
What is a stream?
Why we write conio h in c?
Why is a semicolon (;) put at the end of every program statement?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is d scanf?
What is extern c used for?
What are the advantages of using linked list for tree construction?
What is static volatile in c?
can anyone please tell about the nested interrupts?
What is string in c language?
what do you mean by enumeration constant?