Kizspy Question: 6
(Choose 1 answer)
PUUVERA.JM.Com
What will be the output of the following code snippet:
#include <stdlib.h>
#include <stdio.h>
int main() {
int a = 5;
int a 10:
printf("%d", a);
printf("%d", a);
return 0;
A. 105
B. 5 10
C. 55
D. 10 10