which one low Priority in c?
a)=,b)++,c)==,d)+
Answers were Sorted based on User's Feedback
Answer / satheesh
a)=
The highest priority out of the above is ++,then comes
+,then==, and last priority for =.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / dharmaraj
d) +
because maths formet to using the answer
B -bracatt ()
O - off %
D - division /
M - mulitiplication *
A - addition +
S - subtractio -
so , low priority is +
| Is This Answer Correct ? | 0 Yes | 0 No |
how to reverse string "Hello World" by using pointers only. Without any temp var
What is c mainly used for?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
Which is an example of a structural homology?
can we write a program in c for printf and scanf without using header file stdio.h
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
what is disadvantage of pointer in C
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Define recursion in c.
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
What is the general form of a C program?
Is array name a pointer?