1.9 What will be the output of the following program?
main()
{
int a, *ptr, b, c;
a = 25;
ptr = &a;
b = a + 30;
c = *ptr;
printf(“%d %d %d”, a, b, c);
}
A) 25, 25, 25
B) 25, 55, 25
C) 25, 55, 25
D) None of the above
1.9 What will be the output of the following program?
main()
{
int a, *ptr, b, c;
a = 25;
ptr = &a;
b = a + 30;
c = *ptr;
printf(“%d %d %d”, a, b, c);
}
A) 25, 25, 25
B) 25, 55, 25
C) 25, 55, 25
D) None of the above
Explore powerful AI-driven tools for daily guidance, spirituality, fun quizzes, and self-discovery.
Reveal insights about your future, love, and career with AI tarot readings.
Read TarotView daily Panchang, auspicious timings, tithi, nakshatra, and festivals.
View PanchangDiscover your destiny number, life path, and numerology predictions.
Calculate Now