What is typedef example?


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

Post New Answer

More C Interview Questions

Is c is a procedural language?

0 Answers  


What is #define size in c?

0 Answers  


the format specified for hexa decimal is a.%d b.%o c.%x d.%u

7 Answers   TCS,


how can u print a message without using any library function in c

1 Answers   NIIT,


Can a pointer point to null?

0 Answers  






What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


What is difference between arrays and pointers?

0 Answers  


why return type of main is not necessary in linux

0 Answers   TCS,


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


Categories