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





Ask Your Doubts Here

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

Comments

  • By: guest on 02 Jun 2017 01.02 am
    A character constant is a single alphabet or digit or special character enclosed within single inverted comma.
Show Similar Question And Answers
QA->P can do a work in the same time in which Q and R together can do it. If P and Q work together, the work can be completed in 10 days. R alone needs 50 days to complete the same work. then Q alone can do it in....
QA->What can be the maximum length of a cricket bat?....
QA->Fear of being enclosed in a small closed space....
QA->Any criminal activity that uses a computer either as an instrumentality, target or a means for perpetuating further crimes comes within the ambit of:....
QA->Any criminal activity that uses a computer either as an instrumentality, target or a means for perpetuating further crimes comes within the ambit of:....
MCQ->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.

....
MCQ->If N = 196, the result of the following program will be

INTEGER N, DIGIT 1, DIGIT 2, DIGIT 3,
SUM
READ, N
DIGIT 1 = N - (N / 10) 10 N = N / 10
DIGIT 2 = N - (N / 10) 10 N = N / 10
DIGIT 3 = N - (N / 10) 10
SUM = DIGIT 1 + DIGIT 2 + DIGIT 3....
MCQ->Consider the following rules for constructing variable names in C It can have alphabets, digits or underscores but no other special character.The maximum number of characters is 8.The first character may be an alphabet or digit but not underscore. Which of the above are correct?....
MCQ->In the given item consist of two statements, one labelled as 'Assertion (A)' and the other labelled as 'Reason (R)'. Assertion (A): The sons of a colour blind woman are always colour blind but not the daughters. Reason (R): Colour blindness is a sex-linked character and such characters are transferred from mother to son only. Select your answers to these items using the codes given below. Codes:....
MCQ->How many two-digit numbers satisfy this property.: The last digit (unit's digit) of the square of the two-digit number is 8 ?....
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