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

write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

3 Answers   Oracle,


main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 Answers   Vector, Vector India,


Describe static function with its usage?

0 Answers  


What tq means in chat?

0 Answers  


what is c?

4 Answers   IBM, TCS,






explain memory layout of a C program

2 Answers  


How would you rename a function in C?

0 Answers   Tech Mahindra,


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


find second largest element in array w/o using sorting techniques? use onle one for loop.

15 Answers   BitWise, Zycus Infotech,


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


How many types of functions are there in c?

0 Answers  


which types of data structure will i use to convert infix to post fix???

5 Answers   IIT,


Categories