answersLogoWhite

0

What is typdef in c language?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

It is a keyword generally used to rename data types, using typedef you can create alias which can be used to declare the variable.

e.g.

typedef struct node

{

int info;

struct node *next;

}Node;

now to declare variable of struct node type we can use the word Node in place of struct node

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is typdef in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where is c class made?

The C language does not support classes, per se, like the C++ language does. The closest the C language comes to a class is in the typdef struct... typdef struct _myClass { ... ... }; myClass; But you won't have any methods, inheritance, polymorphism, operator overloading, access specifiers, etc. like you do in C++.


How do stuctures in C and C plus plus differ?

Structures in C and C++ differ in that C structures do not have an automatic typdef associated with them.


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object


What is versions of c language?

versions of c language?


What do you mean by c language?

C is a programming language.


Is c a dependent language?

C is a independent language


What is the program language c?

C is a pop language. C is a case sensetive language. C is motherof all language. C is block structure language. C is a high level language. C is advace of B language. C developed by D.richties in 1972 at AT & T Bell lab in USA. Sachin Bhardwaj 986854722 skbmca@gmail.com


Is c is regular language?

it is not regular language .it is high level language


C language using list?

C is a programming.it is defined by the c language