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

a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


Explain what are multidimensional arrays?

0 Answers  


Can we declare function inside main?

0 Answers  


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  






GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


What is a volatile keyword in c?

0 Answers  


explain what is a newline escape sequence?

0 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


how can i get this by using for loop? * ** * **** * ******

3 Answers   Excel,


what is develop in c language

2 Answers  


Categories