adspace


print a semicolon using Cprogram without using a semicolon
any where in the C code in ur program!!

Answer Posted / ravi

main()
{
if(printf(";"))
{
}
}

Is This Answer Correct ?    7 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

4485