which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / 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 View All Answers
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
When is a void pointer used?
what type of questions arrive in interview over c programming?
What is a stream water?
Write a program to print ASCII code for a given digit.
Can two or more operators such as and be combined in a single line of program code?
what are the different storage classes in c?
What does nil mean in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What are the keywords in c?
Where static variables are stored in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What does emoji p mean?
How to declare pointer variables?