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

please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


How do you override a defined macro?

0 Answers  


Do array subscripts always start with zero?

0 Answers  


Why doesn't C have nested functions?

2 Answers  


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  






What is the sizeof () a pointer?

0 Answers  


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


In which category does main function belong??

5 Answers  


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

0 Answers   HP,


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


How do you define a function?

0 Answers  


Categories