Computer Science, asked by karthikdevulapally, 3 months ago

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 suryawanshinandini7
1

Explanation:

euehdhhdhggdhdjskakskdjhdbendnxjcjdj

Similar questions