c program to print a name without using semicolon

Answer Posted / amehga

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

Is This Answer Correct ?    56 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the total generic pointer type?

722


Can you assign a different address to an array tag?

694


Explain how can you avoid including a header more than once?

593


Why does everyone say not to use gets?

603


why wipro wase

1823






Tell me can the size of an array be declared at runtime?

592


What functions are in conio h?

652


What is an expression?

651


What is a null pointer in c?

588


Why c is called top down?

621


Describe the header file and its usage in c programming?

616


What is structure pointer in c?

565


What is d'n in c?

625


what is stack , heap ,code segment,and data segment

2210


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1887