which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answer Posted / jalal
a)+
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is c variable?
What is function prototype?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Is void a keyword in c?
What is a const pointer in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How can you check to see whether a symbol is defined?
What is union and structure?
Is c is a low level language?
What are the differences between new and malloc in C?
How can I open files mentioned on the command line, and parse option flags?
Write a program of advanced Fibonacci series.
List some applications of c programming language?
Explain what is the concatenation operator?