What are the types of macro formats?


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

Post New Answer

More C Interview Questions

how to swap 4 number without using temporary number?

2 Answers  


Write a program to check whether a number is prime or not using c?

0 Answers  


What are data breakpoints?

3 Answers   Adobe,


How does struct work in c?

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,






Not all reserved words are written in lowercase. TRUE or FALSE?

0 Answers  


What is the use of getch ()?

0 Answers  


difference between semaphores and mutex?

1 Answers  


what is the difference between class and unio?

0 Answers   HCL, Wipro,


Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


Tell me can the size of an array be declared at runtime?

0 Answers  


Categories