Is there anything like an ifdef for typedefs?


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

Post New Answer

More C Interview Questions

what is compiler

6 Answers  


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


how to swap 4 number without using temporary number?

2 Answers  


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,






Write a program for deleting duplicate elements in an array

3 Answers   Subex,


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


How to Throw some light on the splay trees?

0 Answers  


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

0 Answers   Subex,


How do c compilers work?

0 Answers  


What are linked lists in c?

0 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


Categories