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
Does sprintf put null character?
why wipro wase
Here is a good puzzle: how do you write a program which produces its own source code as output?
Is fortran still used today?
What is the sizeof () operator?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the use of pointers in C?
What is the difference between constant pointer and constant variable?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is #define size in c?
What is a program flowchart and how does it help in writing a program?
using for loop sum 2 number of any 4 digit number in c language
code for replace tabs with equivalent number of blanks
What are the different types of constants?
Differentiate between full, complete & perfect binary trees.