Question: Question 8 What is the error ( if any ) in this program? int main ( ) { int i = 3 5 , *
Question
What is the error if any in this program?
int main
int i z ;
z function &i ;
printf
d z ;
return ;
int function int m
return m ;
No problem in the code
Might result in Segmentation fault as is not pointing an array and is trying to access illegal memory
Syntax Error
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
