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

Post New Answer

More C Interview Questions

How can I list all of the predefined identifiers?

0 Answers  


How to declare a variable?

0 Answers  


Define VARIABLE?

0 Answers   ADP,


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }

3 Answers  






Q. where is the below variables stored ? - volatile, static, register

3 Answers   Bosch,


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

0 Answers  


what is difference between null and nul in c language

2 Answers  


Explain pointers in c programming?

0 Answers  


What is the general form of function in c?

0 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


12345 1234 123 12 1

2 Answers  


Categories