Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / harendra kumar

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

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dynamic variable in c?

1096


Define recursion in c.

1344


Differentiate between the = symbol and == symbol?

1360


what value is returned to operating system after program execution?

2177


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2096


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1780


What is volatile c?

1084


Can we initialize extern variable in c?

1178


What is #include conio h?

1053


Can you write a programmer for FACTORIAL using recursion?

1096


When should the const modifier be used?

1152


What are directives in c?

1021


What is the difference between a string and an array?

1258


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1307


What do you mean by c what are the main characteristics of c language?

1070