Computer Science, asked by valenciyakbarboza, 7 hours ago

4) What will be the output ?
#include <stdio.h>
maino
static int var = 5
printf("%d. ",var--).
if(var)
main
,
A) 5.4 3 2.1
By 4.5.3 2.1
C) compile time error
D) Run time error
E) None of these​

Answers

Answered by pragatim410
0

Explanation:

c) compile time error.

hope it's helpful

Similar questions