employer cover photo
employer logo
employer logo

Mirafra Technologies

Is this your company?

Mirafra Technologies interview question

solve following program void main(){ int x =10; { int y =20; } pfintf('x=%d,y = %d',x. y); }

Interview Answers

Anonymous

27 Dec 2014

compilation error. undefined variable y,

8

Anonymous

24 May 2018

error. "x.y" it should be comma after x.

Anonymous

19 Dec 2013

no