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
Can the size of an array be declared at runtime?
What is the process of writing the null pointer?
write a program to find out prime number using sieve case?
What is the difference between printf and scanf in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is switch in c?
Are c and c++ the same?
Why is python slower than c?
What is the purpose of realloc()?
What do the functions atoi(), itoa() and gcvt() do?
What is %g in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
How do I convert a string to all upper or lower case?
How old is c programming language?