No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
i would like to recommend you the book "Let Us c " by Mr. Yashwantrao Kanetkar. This is book is very popular and also very useful too if you really want to do c programming also try solving all the programs in it as it really clears the understanding of …
There is no low level book for c actually.... but i would like to recommend you the book " Let Us C" By Yashwantrao Kanetkar <Google It>. Its very good book in simplified language and best for beginners. I am using it too
ganesh read "let us c" book thoroughly.... amazing book on c programming
put everything in for loop [CODE]for(i=1;i<=n;i++) // n is no of multiples of x(x^2 , x^3.. etc) you need { y= y*x;// y=1 initialize it " print the value of y" you can also put as " (value of x) raised to (value of i) = " }[/CODE] and one …
i would like you to create your own thread to ask questions and not to use others thread. And as for your answer try to read book " Let us c " by Yashwantrao Kanetkar Its very good book in simplified language best for beginners.
if you try to print value of any uninitialized variable c compiler assigns garbage value and prints it so its always better to check whether you have initialized all the elements in your program or not and as for the answer to your question... IsharaComix has given exact answer and …
The End.
newbie_learner