What is the use of typedef?

Showing Answers 1 - 3 of 3 Answers

annalakshmi

  • Sep 1st, 2005
 

typeof variable is used for converting

  Was this answer useful?  Yes

Shaiju

  • Jan 21st, 2006
 

For creating user defined data types(abstraction)

  Was this answer useful?  Yes

Yashwant S pinge

  • Mar 27th, 2006
 

Creating the new defination of exiting datatypes or user-dfined data types.For ex:-typedef int myval;myval value;i.e the value variable is the type int

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions