Wednesday, 8 August 2012

If there is more than one statement in the block of a for loop, which of the following must be placed at the beginning and the ending of the loop block? | C++

  [a] parentheses ( )      
  [b] braces { }      
  [c] brackets [ ]     
  [d] arrows < >

Ans:b

No comments: