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 keywords c?
How we can insert comments in a c program?
How the c program is executed?
Is c still used?
What is identifier in c?
What is a spanning Tree?
Why is it that not all header files are declared in every C program?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is dynamic dispatch in c++?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
How can I get back to the interactive keyboard if stdin is redirected?
Can you write the function prototype, definition and mention the other requirements.
Write a Program to find whether the given number or string is palindrome.
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What language is lisp written in?