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
provide an example of the Group by clause, when would you use this clause
What does char * * argv mean in c?
What is the difference between volatile and const volatile?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is huge pointer in c?
What are the 5 organizational structures?
What is volatile variable in c with example?
What are the different types of pointers used in c language?
What is the sizeof () operator?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
How can you increase the size of a statically allocated array?
What is typedef example?
What do you know about the use of bit field?
What is calloc() function?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above