I've tried array implementing for creating and operating queue operation but having ended with some query can somebody helped me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I've tried array implementing for creating and operating queue operation but having ended with some query can somebody helped me

Here is the link of that tried code https://code.sololearn.com/cp6sXKKrq1Is/?ref=app

16th Feb 2020, 5:01 AM
Arshia
Arshia - avatar
2 Answers
+ 2
You have to pass the referance of the variable to the scanf because without it scanf will not know where to store the input data and will result in generation of error. Like this👇 scanf("%d",&a)
16th Feb 2020, 5:17 AM
Arsenic
Arsenic - avatar
0
~ swim ~ I've fixed some errors with structure and other tons of error how to solve the remaining problem in the code
16th Feb 2020, 8:25 AM
Arshia
Arshia - avatar