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...

c program to print a name without using semicolon

Answer Posted / s

main()
{
if(printf("SIVAN RAJA C"))
{
}
}

Is This Answer Correct ?    19 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who is the main contributor in designing the c language after dennis ritchie?

953


What is the description for syntax errors?

1096


what are bit fields? What is the use of bit fields in a structure declaration?

2045


How do I use strcmp?

1024


State two uses of pointers in C?

1009


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

1010


Explain enumerated types in c language?

991


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1018


Explain what’s a signal? Explain what do I use signals for?

1053


What are the general description for loop statement and available loop types in c?

1074


Explain the ternary tree?

968


C program to find all possible outcomes of a dice?

2277


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1228


Do you know what are bitwise shift operators in c programming?

1059


What are nested functions in c?

976