Search Results

Search: Posts Made By: sacat
Forum: Programming 01-29-2011
1,513
Posted By sacat
array question
Im new to C programming and am having trouble understanding the output of this code

int array[]={4,5,8,9,8,1,0,1,9,3};
int *array_ptr;
int main()
{
array_ptr=array;
while((*array_ptr)...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 04:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy