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

main()
{
if(printf("SATYA"))
{
}
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is structure in c language?

1235


What is the difference between formatted&unformatted i/o functions?

1104


Explain the difference between malloc() and calloc() in c?

1090


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

6954


What are structures and unions? State differencves between them.

1244


Why c is a procedural language?

1126


What is wild pointer in c with example?

1107


When should I declare a function?

1207


Is the exit() function same as the return statement? Explain.

1154


Which is the memory area not included in C program? give the reason

1998


write a progrmm in c language take user interface generate table using for loop?

2095


How can you tell whether a program was compiled using c versus c++?

1156


Write a program which returns the first non repetitive character in the string?

1171


What are the complete rules for header file searching?

1128


What are the restrictions of a modulus operator?

1163