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 / rajamanickam.m
none
| Is This Answer Correct ? | 15 Yes | 18 No |
Post New Answer View All Answers
What are register variables in c?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is union and structure in c?
What is zero based addressing?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is #pragma statements?
What is wrong with this program statement?
What is file in c preprocessor?
What are the advantages of c preprocessor?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
explain what are pointers?
What is the difference between break and continue?
What is %s and %d in c?
What is the purpose of 'register' keyword?