an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order
a) assignment, relational, arithematic
b) arithematic, relational, assignment
c) relational, arithematic, assignment
d) assignment, arithematic, relational
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
pierrot's divisor program using c or c++ code
what is pointer?
What is structure padding and packing in c?
Differentiate between the = symbol and == symbol?
int *a[5] refers to
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What are variables and it what way is it different from constants?
What is sorting in c plus plus?
Write a c program to demonstrate Type casting in c?
Why do we use null pointer?
Program to find the value of e raised to power x using while loop