Monday, 17 March 2014
What is to be a programmer
I imagine how it is easy to think in one dimension.This is one fact that make the introduction to computer programming one of the hardest tasks to students especially when fast introduced to C-programming.
A programmer should always think in a multidimensional way to avoid era's for example if you checkout this code you will understand what i mean.
if(i>20){
printIn("marks"+grade);
}
else{
printIn("marks")
}
This is how a programmer will solve his/her daily life issues no matter the case
by http://www.mixtratechnologies.blogspot.com
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment