How to calculate Total working time using Login and
logout?

Answers were Sorted based on User's Feedback



How to calculate Total working time using Login and logout?..

Answer / guhan

take a difference between logout and login time

Is This Answer Correct ?    33 Yes 8 No

How to calculate Total working time using Login and logout?..

Answer / ahmed park

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

Is This Answer Correct ?    5 Yes 17 No

Post New Answer

More C Interview Questions

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

1 Answers  


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


what's the return value of malloc()

9 Answers  


What is function pointer c?

0 Answers  


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,






why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,


what is the difference between c and java?

1 Answers  


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


What is switch in c?

0 Answers  


Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


Categories