which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answers were Sorted based on User's Feedback
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 |
what is the syallabus of computer science students in group- 1?
What is the correct code to have following output in c using nested for loop?
What is the scope of static variables?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
write a program to compare 2 numbers without using logical operators?
What are comments and how do you insert it in a C program?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Explain the difference between exit() and _exit() function?
what is the difference between char * const and const char *?
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.
What is Bitwise Operator and how it works?
Write a program which returns the first non repetitive character in the string?