"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

April 25, 2014

Coding Exercises

Two Interesting coding questions. Printing X using '*'. I remember C graphics programming to print in location. I tried it in link jdoodle

Update - Below code I got feedback on variables, return values. Found online code formatter link. C Program coding lines (link)..This post needs to be updated :)


The output looked like




This still need some tuning :) to arrive at X

Next is reversing a string in using recursion. Stackoverflow has a great example link

X i still need to re-look it later.

Happy Learning!!

No comments: