ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
How to calculate Total working time using Login  and 
logout?
 Question Submitted By :: Rcnimmagadda
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to calculate Total working time using Login and logout?
Answer
# 1
take a difference between logout and login time
 
Is This Answer Correct ?    8 Yes 1 No
Guhan
 
  Re: How to calculate Total working time using Login and logout?
Answer
# 2
Count with your fingers: 1 boob, 2 boob, etc.
 
Is This Answer Correct ?    1 Yes 2 No
Ahmed Park
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);} TCS8
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?  3
How to reverse a string using a recursive function, without swapping or using an extra memory? Motorola18
how to display 2-D array elements in spiral  1
Write code for atoi(x) where x is hexadecimal string. Adobe2
plz answer..... a program that reads non-negative integer and computes and prints its factorial  2
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?  4
When is an interface "good"?  1
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4 Mascot2
What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort Accenture3
what is the definition of storage classes? Wipro2
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..??? TCS1
what are the general concepts of c and c++  1
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }  4
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output? Verifone14
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a)); TCS4
Write a program to accept a character & display its corrosponding ASCII value & vice versa?  4
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?  1
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used. Persistent4
What are data breakpoints? Adobe1
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com