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

#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 Answers  


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


write a program that explain #define and # undef directive

1 Answers  


What is the difference between if else and switchstatement

0 Answers  


What are the different categories of functions in c?

0 Answers  


What are inbuilt functions in c?

0 Answers  


What is the use of function in c?

0 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


What are bitwise shift operators in c programming?

0 Answers  


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


how should functions be apportioned among source files?

0 Answers  


How does #define work?

0 Answers  


Categories