How to calculate Total working time using Login and
logout?
Answer Posted / ahmed park
Count with your fingers: 1 boob, 2 boob, etc.
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
What is output redirection?
How can you avoid including a header more than once?
What is the difference between exit() and _exit() function?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is clrscr in c?
Explain what is output redirection?
What is && in c programming?
How can I avoid the abort, retry, fail messages?
What is graph in c?
What does the format %10.2 mean when included in a printf statement?
Explain the use of keyword 'register' with respect to variables.
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
How can I automatically locate a programs configuration files in the same directory as the executable?
What is the purpose of main( ) in c language?
Why header file is used in c?