print ur name without using any semicolon in c/c++....

Answer Posted / kumutha

#include<stdio.h>
void main()
{
if(printf("kumutha"))
}

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1907


What are the different categories of functions in c?

645


What is modeling?

647


What are # preprocessor operator in c?

632


Which are low level languages?

636






What is use of integral promotions in c?

666


What is type qualifiers?

663


Function calling procedures? and their differences? Why should one go for Call by Reference?

635


why wipro wase

1831


what is a constant pointer in C

680


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1411


What are the standard predefined macros?

633


What does c in a circle mean?

583


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

632


What is an array? What the different types of arrays in c?

660