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

main()
{int a=200*200/100;
printf("%d",a);
}

Answer Posted / deepak roniya

explanation 7 is right......i also run this program and the
result is -255

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

3172


What is void main () in c?

1250


How old is c programming language?

1065


How do you list a file’s date and time?

1115


What is the purpose of main() function?

1308


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1171


How do I determine whether a character is numeric, alphabetic, and so on?

1186


How can I rethow can I return a sequence of random numbers which dont repeat at all?

1239


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

2121


Where is volatile variable stored?

1151


What is the advantage of using #define to declare a constant?

1156


What is the difference between declaring a variable and defining a variable?

1348


What do the functions atoi(), itoa() and gcvt() do?

1247


Write a Program to accept different goods with the number, price and date of purchase and display them

6298


What is the difference between arrays and pointers?

1174