what are non standard function in c
No Answer is Posted For this Question
Be the First to Post Answer
Do array subscripts always start with zero?
What is malloc return c?
What is volatile, register definition in C
What is typedef struct in c?
What is c language in simple words?
Tell us something about keyword 'auto'.
write a program that print itself even if the source file is deleted?
Explain bit masking in c?
Why can’t constant values be used to define an array’s initial size?
Is javascript written in c?
what is stack , heap ,code segment,and data segment
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??