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

wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


Is it cc or c in a letter?

0 Answers  


For what purpose null pointer used?

0 Answers  


Who invented bcpl language?

0 Answers  






State the difference between realloc and free.

0 Answers   Aricent,


What is typedef?

1 Answers  


What does printf does?

0 Answers  


Is it better to bitshift a value than to multiply by 2?

0 Answers  


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


What is use of bit field?

0 Answers  


An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


Categories