ECE :: Microprocessors
-
Consider the following statements about Infix and Post fix notations in Pascal
- In Infix notation operators appear between the operands on which they operate.
- In Post fix notation operators appear after the operand.
- The Infix expression A + B - C + D will appear as AB + C - D + in post fix notation.
-
Consider the following in object oriented programming
- An object is a self contained element of a computer program which represents a related group of interests.
- Each object has a specific role in a program.
- All objects can work with other objects in defined ways.
- Objects are also called instances
-
Assertion (A): In C a character constant is either a single alphabet or digit or special symbol enclosed within single inverted commas.
Reason (R): In C the maximum length of a character constant can be 2 characters.
-
If INT = 50 and LOOT = 30, the result of assignment statement
SAL = INT + LOOT
is -
Consider the following in C
- Arithmetic operations can be performed on ints.
- Arithmetic operations can be performed on floats.
- Arithmetic operation can be performed on chars
-
Which of the following is the software for financial accounting?