which one low Priority in c?
a)=,b)++,c)==,d)+

Answer Posted / jalal

c)=

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

927


Why void main is used in c?

559


What is a global variable in c?

585


What does void main () mean?

723


Explain threaded binary trees?

670






an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

803


How will you divide two numbers in a MACRO?

702


What is the explanation for cyclic nature of data types in c?

640


Can we use visual studio for c?

540


What is nested structure in c?

603


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

595


Why is c called a structured programming language?

671


What is use of integral promotions in c?

660


What are the types of functions in c?

567


write an algorithm to display a square matrix.

2216