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

Write a program that receives as input a number omaadel-n-print, four digits.

0 Answers  


What is the easiest sorting method to use?

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,






What is the difference between arrays and pointers?

0 Answers  


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }

3 Answers  


WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


What's the difference between a linked list and an array?

14 Answers  


Do you know what is a programing language ?

0 Answers  


Categories