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

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

Is This Answer Correct ?    56 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pragma c?

1073


What is array in c with example?

1188


What is modeling?

1007


Why does everyone say not to use scanf? What should I use instead?

1384


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1810


What is the use of function in c?

1159


how should functions be apportioned among source files?

1074


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

2021


In a switch statement, what will happen if a break statement is omitted?

1027


Write a program to know whether the input number is an armstrong number.

1085


how to create duplicate link list using C???

2523


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

1018


What are the types of pointers?

1055


Is boolean a datatype in c?

1027


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

1071