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 operator having lowest precedence??
a.)+ b.)++ c.)= d.)%

Answers were Sorted based on User's Feedback



which operator having lowest precedence?? a.)+ b.)++ c.)= d.)% ..

Answer / jalal

c)=

Is This Answer Correct ?    17 Yes 0 No

which operator having lowest precedence?? a.)+ b.)++ c.)= d.)% ..

Answer / amala v

c.)=

Is This Answer Correct ?    5 Yes 1 No

which operator having lowest precedence?? a.)+ b.)++ c.)= d.)% ..

Answer / sivasiva

+

Is This Answer Correct ?    2 Yes 3 No

which operator having lowest precedence?? a.)+ b.)++ c.)= d.)% ..

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

option d)%

as ++ is unary operator with highest precedence,
= is assingnment operator with the next level of precedence
and + is an arithemetic operator with the next level of
prececende.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More C Interview Questions

what is the syallabus of computer science students in group- 1?

0 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


What is the scope of static variables?

1 Answers  


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


What are comments and how do you insert it in a C program?

0 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


Explain the difference between exit() and _exit() function?

0 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

0 Answers   HCL,


What is Bitwise Operator and how it works?

1 Answers  


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


Categories