Question

Which of the following is not an integer constant?

a.

2.3

b.

156231

c.

10

d.

-256

Answer: (a).2.3

Interact with the Community - Share Your Thoughts

Uncertain About the Answer? Seek Clarification Here.

Understand the Explanation? Include it Here.

Q. Which of the following is not an integer constant?

Similar Questions

Explore Relevant Multiple Choice Questions (MCQs)

Q. Assertion (A): To add 8 bit words, two 1C 74181 can be cascaded.

Reason (R): In 1C 74181 a sum greater than 15 leads to high carry out.

Q. Consider the following tasks in a micro computer

1. Receiving data and instruction
2. Performing arithmetic computation
3. Performing logical computations
4. Storing data and instructions

Which of the above are performed by ALU?

Q. Consider the following DO statement in FORTRAN 77

DO 25 J = 1, 7

The number of DO loop executions in the above statement is

Q. Which of the following is not a data base function?

Q. Consider the following statements about Infix and Post fix notations in Pascal

1. In Infix notation operators appear between the operands on which they operate.
2. In Post fix notation operators appear after the operand.
3. The Infix expression A + B - C + D will appear as AB + C - D + in post fix notation.

Which of the above are correct?

Q. Which of the following statement number is not valid in Basic

Q. Consider the following in object oriented programming

1. An object is a self contained element of a computer program which represents a related group of interests.
2. Each object has a specific role in a program.
3. All objects can work with other objects in defined ways.
4. Objects are also called instances.

Which of the above are correct?

Q. 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.

Q. Which of the following is not a valid real variable in FORTRAN 77?

Q. Let JCOKE = 3 and LPEPSI = 5. Consider the statement

IF (3 * JCOKE. EQ. LPESPSI)
JCOKE = JCOKE + 2
JCOKE = JCOKE + 5

What will be the final value of JCOKE after the above statement is executed?

Q. Diskette can be used for primary storage as well as secondary storage in a computer.

Q. Read the following statements

1. Magnetic tape is a sequential device.
2. Magnetic disc is a direct access device.
3. Magnetic tape and disc are both sequential devices.
4. Magnetic tape and disc are both direct access devices.

Which of the above statements are correct?

Q. A memory chip has 65536 cells in it. Then

Q. Which of the following is operating system?

Q. A modem is connected to PC at

Q. Assertion (A): The data bus and address bus of 8085 are multiplexed.

Reason (R): Multiplexing reduces the number of pins.

Q. Consider the following statements about 'Functions' in C

1. A function can be called any number of times.
2. A function gets called when the function name is followed by a semicolon.
3. The order in which functions are defined in a program and the order in which they are called must be the same.

Which of the above statements are correct?

Q. A failure rate of 0.01 percent in 1000 hours in a memory corresponds to an MTBF of

Q. Consider the following statements about expressing real constants in exponential form in C

1. The mantissa and exponent are separated either by e or E.
2. The mantissa and exponent may have positive or negative sign.
3. Default sign of mantissa is positive.
4. Default sign of exponent is negative.

Which of the above statements are wrong?

Q. If F = 95.0 what will be the result of following FORTRAN 77 program?

REAL F , C
READ * , F
C = (5. / 9.) * (F - 32.)

Recommended Subjects

Are you eager to expand your knowledge beyond Electronics and Communication Engineering? We've handpicked a range of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of various subjects. Happy exploring!