Visit the blog for .Net FAQ,.Net interview questions,ASP .Net FAQ, C# .Net FAQ,ASP .Net interview questions, interview question on .Net, interview questions on C#.
Tuesday, February 14, 2012
Use boolean value in printf VC++
printf("You are married: %s",(married)?"true":"false");
No comments:
Post a Comment