How to calculate Total working time using Login and
logout?
Answer Posted / guhan
take a difference between logout and login time
| Is This Answer Correct ? | 33 Yes | 8 No |
Post New Answer View All Answers
Explain what is the most efficient way to store flag values?
Do you know the use of fflush() function?
What are valid signatures for the Main function?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Write a code to determine the total number of stops an elevator would take to serve N number of people.
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Why do we need a structure?
How can I run c program?
Why isnt there a numbered, multi-level break statement to break out
Explain what is the difference between text files and binary files?
What is the meaning of typedef struct in c?
What is the difference between printf and scanf )?
What are different types of variables in c?
Explain can static variables be declared in a header file?
What is signed and unsigned?