Posts by lukonix12 • 1 point
2 posts
-
-2
votes1
answer52
viewsA: pointer does not work in visual studio
places an asterisk before y in the printf("You have entered the number %d n", y);
-
-1
votes4
answers142
viewsA: Variable value changes in main function
You declared the variable x but only assigned a value to it in the param() function if you want to display the x value inside the function will look like this: printf("the value of x and:…