Computer Science, asked by sohithrajasai, 4 months ago

#include <stdio.h>
void fun()
{
auto int I = = 1;
register char a - 'D';
static int p = 0;
printf("%d %d %d", I, a, p);
}
int main()
{
fun();
return 0;
}​

Answers

Answered by jeenalBaindha
1

Answer:

okk for you thanks Mark it as brainliest and follow me

Similar questions