0

Practice of C

I learned the basics of C and also checked the new additions in SL. Learned a bit of C++ also. But I wanted to practice newer things I learned like Bit Fields and Structures with Bit Fields and arrays of structures and also did a little coding with files( Only reading and writing+concatenation text files). Can't figure out what to do next. I have two books(pdf) The C Programming Language - Dennis Ritchie and C The Complete Reference. I read till the library functions (reference) from the first book. Should I keep reading or what?

31st Jul 2018, 10:00 AM
Akib
Akib - avatar
4 Réponses
+ 1
It's good compilation of quiz in challenges, but what you want in detail may not be there.. You can create any solution for practice in code playground... There are many sites for online preparation... you may refer below: https://www.geeksforgeeks.org/output-c-programs-set-34-file-handling/ https://www.geeksforgeeks.org/structures-c/ Go through this and prepare some codes to enhance your understanding
31st Jul 2018, 10:40 AM
Ketan Lalcheta
Ketan Lalcheta - avatar
+ 1
IMHO, better you start implementing your learning in simple code ... this will increase your confidence nd enhance basics...
31st Jul 2018, 10:04 AM
Ketan Lalcheta
Ketan Lalcheta - avatar
0
Ketan Lalcheta I've been completing challenges in C but things like bit fields and structures doesn't seem to be needed in those. I wanted to learn more about File manipulation but can't find more on this.
31st Jul 2018, 10:23 AM
Akib
Akib - avatar
0
Ketan Lalcheta Thank you.
31st Jul 2018, 10:42 AM
Akib
Akib - avatar