Hi, so lets say we implement the time.h library, I am stuck on how to implement the characters, I am thinking a loop to go through all the dates somehow but I am not so sure, any help?
Hi, so lets say we implement the time.h library, I am stuck on how to implement the characters, I am thinking a loop to go through all the dates somehow?
Hi, I was wondering if anyone can give me a bit of guidance. So we have opened the file and put the values in an array of structures but I am a bit confused on how to actually implement it. For example, any guidance on how we actually count how many ...
Hello, I am trying to read the file and print it out on the screen but it is not printing the whole file. Just tidbits of it and sometimes not in the correct order. Also, I am trying to skip over the characters but its like the compiler is ignoring...
Hi guys, I just wanted some clarity around the first question in the refreshers task. If we wanted to do it in c, we would use the scanf() function right? And whatever the users enters, we go from there to list the minimum coins and denominations?
Tha...