C-Strings-1

Each Project will have Reference Links which you can read to get a quick grasp on the topic and some Practice Questions,If you want more practice for each Topic .

Each Practice Question is slightly abstracted ,You need to make certain assumptions and write the best solution .Think for the best complexity algorithms .Remember also Space vs Time Tradeoff

Reference Links : (Right Click is disabled ,So Ctrl+C and Ctrl+V the links

Practice Questions :

How to write good code :

C Strings Code Sample

Program to convert all letters in a String from lowecase to UpperCase ,and uppercase to lowercase .

Bad Code
Good Readable Code