write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / hari
main()
{
if(printf("Welcome"))
{}
}
for further queries and discussions, just check these out !!!
http://forum.campusmaniac.com/
http://www.campusmaniac.com/
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is array in c with example?
what type of questions arrive in interview over c programming?
Which is the memory area not included in C program? give the reason
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is switch in c?
What does c mean?
Differentiate between static and dynamic modeling.
Explain the difference between malloc() and calloc() in c?
Are pointers really faster than arrays?
Explain how can I read and write comma-delimited text?
How do you do dynamic memory allocation in C applications?
Why is struct padding needed?
what is the height of tree if leaf node is at level 3. please explain
What are enumerated types?
What is pointer in c?