An instruction which is analysed and acted upon by the processor prior to the compiler going its work
a) directive
b) constructive
c) constant
d) absolute mode
No Answer is Posted For this Question
Be the First to Post Answer
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??
What is time null in c?
What is a function in c?
What is the ANSI C Standard?
What are control structures? What are the different types?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
what is self refrential structure
What is a struct c#?
What is the Purpose of 'extern' keyword in a function declaration?
Explain 'far' and 'near' pointers in c.
how to find that no is int or float?