Q:

Assume the output

0

Assume the output

#include<stdio.h>

int main()
{
    int y=128;
    const int x=y;
    printf("%d\n", x);
    return 0;
}

  1. Garbage Value
  2. Error
  3. 128
  4. 0

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

128

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now
What is (void*)0?... >>
<< Which of the following is most valid statement?...