Pergunta de entrevista da empresa Oxigen

printf("%d %*d",a,a); what would be the output?

Resposta da entrevista

Sigiloso

3 de set. de 2016

if there are "" marks inside the printf function answer would be "A __________" in the above space specifies by underscore will be occupied by garbage value with a size of value of a or value of garbage which ever is larger here A is value of a

1