How to calculate Total working time using Login and
logout?

Answer Posted / ahmed park

Count with your fingers: 1 boob, 2 boob, etc.

Is This Answer Correct ?    5 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you write the algorithm for Queue?

1554


Why does not c have an exponentiation operator?

629


Do character constants represent numerical values?

844


What are the c keywords?

750


Why double pointer is used in c?

567






What are the general description for loop statement and available loop types in c?

688


Explain 'bit masking'?

655


What is || operator and how does it function in a program?

630


What is #include cctype?

580


What is an lvalue?

636


What is the difference between array and linked list in c?

600


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

589


How to declare pointer variables?

686


What is c value paradox explain?

576


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

604