Friday, May 16, 2008

c interview questions

Can we execute printf statement without using semicolan?


No,we can't execute printf statement without semicolon.


printf() is a built in function and we know that when we are calling a function,we need to put a semicolon after the calling statement.

No comments:

Contributors