+ 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.

26th Mar 2018, 10:48 PM
A Google User
A Google User - avatar
5 odpowiedzi
26th Mar 2018, 11:46 PM
John Wells
John Wells - avatar
+ 4
Go to the education 🎓 part of this wonderful app. Then scroll down to the 9th row. Hello World😁
27th Mar 2018, 2:08 AM
Joshua Smith
Joshua Smith - avatar
+ 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.
27th Mar 2018, 2:55 PM
John Wells
John Wells - avatar
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
27th Mar 2018, 7:19 AM
A Google User
A Google User - avatar
0
www.developpez.com has also some info on that.
10th May 2018, 3:09 PM
Fredkishala
Fredkishala - avatar