Question
a.
Right to Left
b.
Left to Right
c.
Top to bottom
d.
None of the above
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Associativity of unary operator is from _________ to __________.
Similar Questions
Discover Related MCQs
Q. sizeof is an example of ____________.
View solution
Q. Which of the following are unary operators in C ?
1. !
2. sizeof
3. ~
4. &&
View solution
Q. Arrange the following operators in decreasing order of Operator Precedence.
1. Arithmetic Operator
2. Unary Operator
3. Comparison Operator
4. Shift Operator
View solution
Q. Arithmetic Operator has associtivity from ___________ to ____________.
View solution
Q. Which of the following is correct use of Conditional Operator ?
View solution
Q. In which order do the following gets evaluated in C Programming -
1. Relational
2. Arithmetic
3. Logical
4. Assignment
View solution
Q. Local Variable is having _______ scope.
View solution
Q. In order to create a local variable we need to use local keyword.
local int var;
View solution
Q. Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?
View solution
Q.
Is there any difference between following declarations?
1 : extern int fun();
2 : int fun();
View solution
Q. Which of the following is not user defined data type?
1 :
struct book
{
char name[10];
float price;
int pages;
};
2 :
long int l = 2.35;
3 :
enum day {Sun, Mon, Tue, Wed};
View solution
Q. Is the following statement a declaration or definition?
extern int i;
View solution
Q. Identify which of the following are declarations
1 : extern int x;
2 : float square ( float x ) { ... }
3 : double pow(double, double);
View solution
Q. When we mention the prototype of a function?
View solution
Q. Which of the declaration is correct?
View solution
Q. Which of the following operations are INCORRECT?
View solution
Q. Which of the following correctly represents a long double constant?
View solution
Q. Which of the following correctly shows the hierarchy of arithmetic operations in C?
View solution
Q. Which of the following is the correct usage of conditional operators used in C?
View solution
Q.
Which of the following are unary operators in C?
1. !
2. sizeof
3. ~
4. &&
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!