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

What are the different types of C instructions?

1367


What is wrong in this statement?

1210


How can I prevent another program from modifying part of a file that I am modifying?

1107


When was c language developed?

1253


explain what is an endless loop?

1145


What is the difference between strcpy() and memcpy() function in c programming?

1130


Explain how can I convert a number to a string?

1203


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1257


What is #define?

1188


What is a stream in c programming?

1224


Can I initialize unions?

1087


What are the rules for identifiers in c?

1116


How can I change the size of the dynamically allocated array?

1201


Is null always equal to 0(zero)?

1094


What is register variable in c language?

1059