Explain how can type-insensitive macros be created?


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

Post New Answer

More C Interview Questions

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

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


What is structure padding and packing in c?

0 Answers  


What is the general form of function in c?

0 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,






what is the stackpointer

2 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


how can make variable not in registers

1 Answers   TCS,


what is a void pointer?

2 Answers  


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

0 Answers  


Categories