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
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Why we not create function inside function.
Is c procedural or functional?
Explain two-dimensional array.
Explain enumerated types.
hi, which software companys will take,if d candidate's % is jst 55%?
What are formal parameters?
Explain what is wrong with this program statement? Void = 10;
What are the features of c languages?
How can I delete a file?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Define Array of pointers.
Is there any demerits of using pointer?
Explain output of printf("Hello World"-'A'+'B'); ?
What is the difference between #include and #include 'file' ?