What is the output of this program ?
#include<stdio.h>
void display( );
int main( )
{
display( );
display( );
return 0;
}
void display( )
{
auto int x=10;
x=x+10;
printf(“x = %d”, x);
}
Answers
Answered by
1
Explanation:
euehdhhdhggdhdjskakskdjhdbendnxjcjdj
Similar questions
Accountancy,
1 month ago
English,
3 months ago
English,
9 months ago
History,
9 months ago
Physics,
9 months ago