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 / sibi

11

Is This Answer Correct ?    5 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointer to pointer in c language?

595


What are c header files?

581


Explain what is wrong in this statement?

634


What is huge pointer in c?

585


What is pass by reference in c?

615






Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1469


What do you mean by invalid pointer arithmetic?

637


What is %lu in c?

687


Explain do array subscripts always start with zero?

761


What is a c token and types of c tokens?

591


What are the advantages of Macro over function?

1203


What is the size of structure pointer in c?

614


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

2684


What is #line?

611


Who is the founder of c language?

686