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

Answer Posted / sivasiva

==

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the significance of static storage class specifier?

1650


What are file streams?

558


What is gets() function?

661


Is linux written in c?

594


What is the difference between strcpy() and memcpy() function in c programming?

618






Should a function contain a return statement if it does not return a value?

588


What is variable and explain rules to declare variable in c?

547


What is the best style for code layout in c?

624


What is the condition that is applied with ?: Operator?

654


What is string function c?

558


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

681


What is keyword with example?

624


Explain the difference between malloc() and calloc() function?

594


Differentiate between calloc and malloc.

747


Why can’t we compare structures?

801