Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


What are types of structure?

0 Answers  


What is the difference between int main and void main?

0 Answers  


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


How to set file pointer to beginning c?

0 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


Explain the difference between ++u and u++?

0 Answers  


what is the similarities between. system call and library function?

1 Answers   Wipro,


What is a null pointer in c?

0 Answers  


Categories