Answer Posted / dharmaraj
d) +
because maths formet to using the answer
B -bracatt ()
O - off %
D - division /
M - mulitiplication *
A - addition +
S - subtractio -
so , low priority is +
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c value paradox explain?
Are negative numbers true in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is a loop?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
what do the 'c' and 'v' in argc and argv stand for?
Why is c called "mother" language?
Do you know what are the properties of union in c?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What do you mean by dynamic memory allocation in c?
What is the process to create increment and decrement stamen in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the correct declaration of main?
What is meant by preprocessor in c?
Can you please compare array with pointer?