answersLogoWhite

0

No such predefined type, so you can define it as you wish.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can i find last node of a cicular list whose size i don't know and the last node points to any other node except first node of the link list through c plus plus language of data structure?

How can i find last node of a cicular list whose size i don't know and the last node points to any other node except first node of the link list through c plus plus language of data stucture?


What is typdef in c language?

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


Write a Linked list program for insertion and deletion of a node using structureswitch case and in c language?

for all datastructure ,c,c++ programs just visit codingdatastructure.blogspot.com and found on blog archive..


What is referential class in c?

C is not an object-oriented language so it doesn't have classes of have any kind, it only has types. However, a self-referential type is simply a type that refers to itself. Nodes in a linked list are self-referential types because they hold a reference (a pointer) to the next node in the list: typedef struct node {node* next;/* ... */};


How do you send a data from source node to destination node using integer linear programming in java language?

java


Program for inserting a new node in between two list in c?

To insert a new node between two lists, append the new node to the first list, then insert the head node of the second list after the new node.


What the flow chart diagram of deletion in c?

A flowchart for deletion in C typically starts with a decision point to check if the linked list is empty. If it is not empty, the next step involves locating the node to be deleted, followed by checking if the node is the head, in which case the head pointer is updated. After identifying the node, the previous node's next pointer is adjusted to bypass the deleted node, and finally, the memory for the deleted node is freed. If the node is not found, an appropriate message is displayed.


How do you create a node in c?

It depends on what you mean by node. In great generality, I think it's malloc you might want to use.


What is typdef in c?

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


Why c language has name c why not a?

C-language was derived from B-language.


What is the molecular structure for vitamin C?

http://fashr.com/node/4904


What is previous language of c language?

language before c language is pascal