Write down 'Not Compilable if below program is not compilable. Else write down the
output of program.
#include <stdio.h>
int i=10;
main()
{
{
int i=20;
{
static unsigned int i=30
printf("%d, ",1);
i++;
3
printf("%d, ",1);
i++;
3
printf("%d",1);
Answers
Answered by
0
Answer:
Write down 'Not Compilable if below program is not compilable. Else write down the
output of program.
#include <stdio.h>
int i=10;
main()
{
{
int i=20;
{
static unsigned int i=30
printf("%d, ",1);
i++;
3
printf("%d, ",1);
i++;
3
printf("%d",1);
Similar questions