which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answer Posted / margarate mary
%
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
How do I round numbers?
What is modifier & how many types of modifiers available in c?
What is static volatile in c?
Why can’t we compare structures?
Explain what is meant by 'bit masking'?
What is the benefit of using const for declaring constants?
What are the valid places to have keyword “break”?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is c mainly used for?
What is difference between structure and union in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How can a string be converted to a number?
hi send me sample aptitude papers of cts?
Can we use visual studio for c?