+ 2
Can somebody help in c progeamming code please? I dont know how to do it. But any code help would be great.
so I have two data types one is char(characters case insensitive as well as case sensitive, punctuations " ' : ; - and the other is integers it's (frequency) for example A 5, g 3, y 1, : 7, _ 8. so how do I print them in a linked list? I have been searching for a possible solutions but not been successful in finding one. My program doesn't need any input from the user I.e. asking them to type a character or frequency , the data should be manually put into the code.
5 Antworten
+ 6
This should help get you started.
https://www.hackerearth.com/practice/data-structures/linked-list/singly-linked-list/tutorial/
+ 4
Go to the education 🎓 part of this wonderful app. Then scroll down to the 9th row. Hello World😁
+ 3
You can add other fields to the structure as needed or replace the int with a different structure that contains all items you want.
0
I have gone through the above website but i have two data types not one plus there are other punctuation marks which I need to include as well. thanks for the link anyways
0
www.developpez.com has also some info on that.