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
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.
What is void main () in c?
How old is c programming language?
How do you list a file’s date and time?
What is the purpose of main() function?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
How do I determine whether a character is numeric, alphabetic, and so on?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
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
Where is volatile variable stored?
What is the advantage of using #define to declare a constant?
What is the difference between declaring a variable and defining a variable?
What do the functions atoi(), itoa() and gcvt() do?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is the difference between arrays and pointers?