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
Is there any data type in c with variable size?
Write a program of advanced Fibonacci series.
What is string concatenation in c?
What is a floating point in c?
What are valid signatures for the Main function?
write a program to print data of 5 five students with structures?
Why pointers are used?
If you know then define #pragma?
What is the use of the function in c?
How does placing some code lines between the comment symbol help in debugging the code?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
How many bytes is a struct in c?
Which is the best website to learn c programming?
Do array subscripts always start with zero?
What do you mean by recursion in c?