adspace
Write a C program to print ‘Campus Force training’ without
using even a single semicolon in the program.
Answer Posted / pragathi
main()
{
if(printf("campus force training"))
break;
}
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers