Question Set

1. Which of the declaration is correct?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 01 Jun 2017 06.01 pm
    int length; denotes that variable length is int(integer) data type. char int; here int is a keyword cannot be used a variable name.
    int long; here long is a keyword cannot be used a variable name.
    float double; here double is a keyword cannot be used a variable name.
    So, the answer is int length;(Option A).
Show Similar Question And Answers
QA->A pendulum clock is set to give correct time at the sea level. This clock is moved to a hill station at an altitude of 2500m above the sea level. In order to keep correct time on the hill station, the length of the pendulum?....
QA->In which year the Indian National Congress passed a resolution in Madras which declared that ‘the basis of future Constitution of India must be a declaration of Fundamental Rights’?....
QA->In which year did the U.N. adopt the Universal Declaration of Human Rights?....
QA->Third Philadelphia Congress was met in 1776 and it adopted the Declaration of Independence on?....
QA->The Declaration of American Independence was drafted by?....
MCQ->Pick out thể one word for - a secret arrangement....
MCQ->Consider the following statements in context with the 42nd amendment of Constitution of India? (1) 42nd amendment gave the directive principles precedence over fundamental rights wherever there was a conflict, however the subsequent amendment revoked this provision (2) The 42nd amendment act laid down certain fundamental duties, which had to be observed by all nationals and noncompliance with them was made punishable under the law (3) The 42nd amendment also prevented declaration of emergency on account of internal strife and empowered for declaration of emergency only if there is an armed rebellion Which among the above statements are correct?....
MCQ->Which of the following statements are correct about an array? 1: The array int num[26]; can store 26 elements. 2: The expression num[1] designates the very first element in the array. 3: It is necessary to initialize the array at the time of declaration. 4: The declaration num[SIZE] is allowed if SIZE is a macro.....
MCQ->VHDL code is divided into three sections: library declaration, entity declaration, and architecture body.....
MCQ->Which of the following is correct about err used in the declaration given below? typedef enum error { warning, test, exception } err;....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution