What are c preprocessors?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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  


how to introdu5ce my self in serco

0 Answers  


What is C++

4 Answers  


what are the stages of compilation

1 Answers   Bosch,


What is #line in c?

0 Answers  






how to make a scientific calculater ?

0 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


Will Macros support multiple arguments ?

7 Answers   Oracle,


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


Why & is used in scanf in c?

0 Answers  


What type is sizeof?

0 Answers  


Categories