0 0 votes Programming in C + – thor 786 views answer comment Share Follow Print See all 3 Comments 3 3 Comments reply Rahul Jain25 commented Jan 22, 2017 reply Follow flag B will be the answer. 0 0 replyShare thor commented Jan 22, 2017 reply Follow flag can you solve using recusion tree method 0 0 replyShare Rahul Jain25 commented Jan 22, 2017 reply Follow flag @thor it is very easy it like a function calling itself and since it static variable it is initialized only once and at last predecrement makes value 0 which means that if block is not executed. But the rest four will be executed and static variable value is made 0 which will be printed 4 times. 1 1 replyShare Please log in or register to add a comment.