This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// ConsoleApplication2.cpp : Defines the entry point for the console application. | |
/* | |
///File : main.c | |
//Program : assignment2 | |
//Date : 24 Nov 2017 | |
//Programmer : Divesh Dutt | |
// | |
//Description : This C program uses a linked list to add data in binary tree and print a data | |
// Then the program will print the words in the order of the list | |
// string.h and stdlib.h is used for strcpy and malloc |