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

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

Is This Answer Correct ?    36 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an auto variable in c?

1291


Here is a good puzzle: how do you write a program which produces its own source code as output?

1165


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

2230


Explain is it better to bitshift a value than to multiply by 2?

1244


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

1115


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

1236


What is maximum size of array in c?

1084


Create a simple code fragment that will swap the values of two variables num1 and num2.

1326


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1151


What is a memory leak? How to avoid it?

1420


What is difference between && and & in c?

1152


Simplify the program segment if X = B then C ← true else C ← false

3058


Write a program to swap two numbers without using third variable in c?

1178


Why do we need a structure?

1079


What is a global variable in c?

1067