top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

In C type name/reserved word ‘short’ is ___

+1 vote
4,962 views
Ashort long
Bshort char
Cshort float
Dshort int

Correct Option: 4  

Explanation:
In C short is used as an alternative of short int.
posted Nov 24, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

Given a sentence and a word, remove all occurrences of the word in the sentence.

For example, removing “is” from the sentence “This is a boy.” becomes “Th a boy.”

+1 vote

What type of conversion is not accepted in C and why?
a) char to int
b) float to char pointer
c) int to char
d) double to char

...