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

#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


Table of Sudoku n*n

0 Answers  


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


What is the difference between %d and %i?

0 Answers  


Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 Answers   Microsoft,






What are .h files and what should I put in them?

3 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


How do I get an accurate error status return from system on ms-dos?

0 Answers  


What is modeling?

0 Answers  


What happens if you free a pointer twice?

0 Answers  


Write a program to print “hello world” without using semicolon?

0 Answers  


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


Categories