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

Answers were Sorted based on User's Feedback



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

Answer / vaman

a) =

Is This Answer Correct ?    8 Yes 2 No

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

Answer / satheesh.t

a)=

Is This Answer Correct ?    6 Yes 1 No

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

Answer / satheesh

a)=

The highest priority out of the above is ++,then comes
+,then==, and last priority for =.

Is This Answer Correct ?    6 Yes 1 No

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

Answer / naveen

from low to high =, ==, +, ++

Is This Answer Correct ?    4 Yes 0 No

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

Answer / jalal

c)=

Is This Answer Correct ?    6 Yes 3 No

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

Answer / sivasiva

=

Is This Answer Correct ?    1 Yes 0 No

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

Answer / annai

=

Is This Answer Correct ?    0 Yes 0 No

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

Answer / 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

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

Answer / cynthia,1st b.sc.,itm

option d)+

Is This Answer Correct ?    1 Yes 6 No

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

Answer / ramya

,

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C Interview Questions

how to reverse string "Hello World" by using pointers only. Without any temp var

1 Answers  


What is c mainly used for?

1 Answers  


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


Which is an example of a structural homology?

1 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

1 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


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

1 Answers  


Define recursion in c.

1 Answers  


What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  


What is the general form of a C program?

0 Answers  


Is array name a pointer?

1 Answers  


Categories