adplus-dvertising
frame-decoration

Question

What is short int in C programming?

a.

Basic data type of C

b.

Qualifier

c.

short is the qualifier and int is the basic datatype

d.

All of the mentioned

Answer: (c).short is the qualifier and int is the basic datatype

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is short int in C programming?

Similar Questions

Discover Related MCQs

Q. Which is correct with respect to size of the datatypes?

Q. A mathematical-model with a collection of operations defined on that model is called

Q. Representation of data structure in memory is known as:

Q. An ADT is defined to be a mathematical model of a user-defined type along with the collection of all ____________ operations on that model.

Q. Theoretical computer science refers to the collection of such topics that focus on
the__________, as well as mathematical aspects of computing.

Q. Data type is the classification of pieces of information in a____________.

Q. A dynamic data structure is one in which the memory for elements is allocated dynamically at runtime. Is this statement True or False?

Q. Maintaining an efficient communication between programmers is job done by

Q. A structure for a design solution is described by

Q. Generalization of important design concepts for a recurring problem is done through a

Q. To deal with relationship between a collection of actions and a hierarchy of object types, approaches are of

Q. Techniques that are used to combine various software components are referred to as

Q. Identical nodes of a PR quadtree can be implemented by flyweight for

Q. Implementation of identical nodes of a PR quadtree can be done through pattern

Q. For implementation of PR quadtree data structure, design pattern to use is