जॉइन Examsbook
851 0

प्र: What would be the output of the following program ? main() {      const int x = 5;        int *ptrx;       ptrx = &x;       *ptr = 10;        printf ("%d", x); }

  • 1
    5
  • 2
    10
  • 3
    Error
  • 4
    Garbage value
  • उत्तर देखें
  • Workspace

उत्तर : 2. "10"
व्याख्या :

Answer: B) 10 Explanation:

क्या आपको यकीन है

  त्रुटि की रिपोर्ट करें

कृपया संदेश दर्ज करें
त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई