I have to generate numbers from 0 to 32. i did it using a for loop and it worked. i used printf to display the numbers. it was good n was displayed correctly.
but i have to store the numbers in an array. that i am unable to do. i did try but while i am displaying the array i am getting garbage.
Can someone suggest a way of how to display the numbers 0 to 32, store them in an array n display them on screen please???
but i have to store the numbers in an array. that i am unable to do. i did try but while i am displaying the array i am getting garbage.
Can someone suggest a way of how to display the numbers 0 to 32, store them in an array n display them on screen please???
Comment