Search Results

Search: Posts Made By: hareesh
Forum: Programming 10-17-2005
5,813
Posted By hareesh
predict the output
Predict output of the following program:

void func()
{
int a[1];
a[2]+=17;
}

int main(void)
{
char s[] = "hello\n";
func();
printf("%s",s);
...
Showing results 1 to 1 of 1

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