what is the output of the program??
#include<stdio.h>
main ( )
{
int a=010,sum=0,tracker:
for(tracker=0;tracker<=a;tracker++)
sum+=tracker;
printf(ā %d\nā,sum);
}
what is the difference between a=10 and a=010??
Answer Posted / manish
yes...
this is the case of memory mapping....
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
what are enumerations in C
What are the different types of linkage exist in c?
What is the best way of making my program efficient?
What is union and structure?
Why n++ execute faster than n+1 ?
What is meant by inheritance?
Is c is a middle level language?
What is realloc in c?
What does #pragma once mean?
What is static and volatile in c?
What are the disadvantages of a shell structure?
What is the use of clrscr?
will u please send me the placement papers to my mail???????????????????
What is hashing in c language?
What is the scope of static variable in c?