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 |
The differences between Windows XP and Windows Visa
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
What is the method to save data in stack data structure type?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What is a c token and types of c tokens?
What are local static variables?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
without using control structures and control structures find the max and min of given 2 nos
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
How can we open a file in Binary mode and Text mode?what is the difference?