enum day = { jan = 1 ,feb=4, april, may}
what is the value of may?
a)4 b)5 c)6 d)11
e)none of the above

Answer Posted / vijoeyz

enum day = { jan = 1 ,feb=4, april, may}

- should have been -

enum day { jan = 1 ,feb=4, april, may};

However, the answer is 6, i.e., the option C.

Best,
Vijay Zanvar,
Home Page - http://geocities.com/vijoeyz/

Is This Answer Correct ?    73 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between new and malloc(), delete and free() ?

675


Why flag is used in c?

651


What are the 5 elements of structure?

566


Why c is procedure oriented?

574


What does the error 'Null Pointer Assignment' mean and what causes this error?

743






Sir i need notes for structure,functions,pointers in c language can you help me please

1945


Explain the advantages of using macro in c language?

582


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

725


What is uint8 in c?

642


Explain what is wrong with this program statement?

621


how can use subset in c program and give more example

1502


What does s c mean in text?

613


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1213


What is the process to create increment and decrement stamen in c?

588


What does 3 periods mean in texting?

600