What is a macro?


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

Post New Answer

More C Interview Questions

What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


What does the && operator do in a program code?

0 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,






Expand the following LKB BKL FFG

0 Answers  


write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


write a program to print sum of each row of a 2D array.

4 Answers  


Why use int main instead of void main?

0 Answers  


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


find the sum of two matrices and WAP for it.

0 Answers   Huawei,


What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


Categories