What is the use of typedef in c?


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

Post New Answer

More C Interview Questions

What is #line in c?

0 Answers  


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


Software Interview Questions

1 Answers   CAT,


Explain what does the function toupper() do?

0 Answers  


Why c is procedure oriented?

0 Answers  






Is file a keyword in c?

0 Answers  


Tell us bitwise shift operators?

0 Answers  


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


What is the use of static variable in c?

0 Answers  


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


What does main () mean in c?

0 Answers  


Write a C program to convert an integer into a binary string?

1 Answers  


Categories