suppose we use switch statement and we intilize years name
using enum statement like(jan,feb,mar,------dec) we take
integer value as an input .question is that the month which
we analyz is from 0 to 11 bt if i enter 12 than how he
again starts from begning and print jan
enum is a special datatype , whatever we have intilized under enum only we can able to use in our program , hope so ur program contains only enum datatype from that u are giving value for each month through switch case......
so here wat i think is that after u give 11, ie 12th month since u are starting from 0 , if u give 12 inside enum , only 12 entries are there and already u have made use of it.... so again it will start from january only.......
thank u
| Is This Answer Correct ? | 0 Yes | 1 No |
How can I list all of the predefined identifiers?
What is the restrict keyword in C?
What do you mean by a sequential access file?
What is dynamic variable in c?
Explain the differences between public, protected, private and internal.
I have a varargs function which accepts a float parameter?
In a switch statement, what will happen if a break statement is omitted?
Explain what’s a signal? Explain what do I use signals for?
wap in c to accept a number display the total count of digit
write a program in c to read array check element is present or not?
How do you define a function?
what is the different bitween abap and abap-hr?