Computer Science, asked by sanskrutisalte674, 7 months ago

Q 1 - What is the output of the following code snippet?
#include<stdio.h> main() { int const a = 5; a++; printf(“%d”,a); }
A - 5
B - 6
C - Runtime error
D - Compile error

Answers

Answered by amityadav7246
2

Answer:

a,5 just Info- UNIVAC-1, the 1st Commercial Computer was demonstrated on 14 June 1951 in America

Answered by sharunivetha30
1

Answer:

A) 5

Explanation:

make me as a brianialist

Similar questions