Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

Syntax for creating a node

struct Node *ptr = (struct Node*) malloc (sizeof (struct Node))
Source by codewithharry.com #
 
PREVIOUS NEXT
Tagged: #Syntax #creating #node
ADD COMMENT
Topic
Name
1+4 =