girish


{ City } mysore
< Country > india
* Profession * software engineer
User No # 35952
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 3
Questions / { girish }
Questions Answers Category Views Company eMail




Answers / { girish }

Question { Satyam, 4205 }

how to print a statement in c without use of console
statement ,with the help of if statement it should print


Answer

#include
void main()
{
if(printf("Hello World"))
}

Is This Answer Correct ?    14 Yes 3 No