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 / vignesh1988i

#include<stdio.h>
#include<conio.h>
void main()
{
int i;
if(printf("vignesh s r "))
{
i=1;
}
getch();

}

Is This Answer Correct ?    72 Yes 47 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ponter?

1325


What is the best way to comment out a section of code that contains comments?

1386


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

1126


Can variables be declared anywhere in c?

1147


When can a far pointer be used?

1077


What is variable initialization and why is it important?

1334


What is I ++ in c programming?

1168


Can you mix old-style and new-style function syntax?

1152


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1169


Are pointers integers in c?

1121


What is #include stdlib h?

1145


What is printf () in c?

1143


What extern c means?

1061


How a string is stored in c?

1114


What are keywords c?

1090