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
writ a program to compare using strcmp VIVA and viva with its output.
How is a null pointer different from a dangling pointer?
Can we assign integer value to char in c?
How are 16- and 32-bit numbers stored?
What is difference between %d and %i in c?
Explain what is the benefit of using #define to declare a constant?
What is scope and lifetime of a variable in c?
Explain do array subscripts always start with zero?
What is a spanning Tree?
How can you find out how much memory is available?
Explain the meaning of keyword 'extern' in a function declaration.
How can you tell whether two strings are the same?
c program for searching a student details among 10 student details
What is dynamic variable in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?