Answer Posted / mokhtar
all your answers are wrong, guys, for example when you get the reminder of 2/10, it gives you 0, because all of you used int as a data type.
so I think the the method is right, but the implementation is wrong.
regards.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is recursion in C
what is the format specifier for printing a pointer value?
What is a program?
i got 75% in all semester am i eligible for your company
Is main an identifier in c?
What is getch () for?
What is meant by 'bit masking'?
Explain what is wrong with this statement? Myname = ?robin?;
What are predefined functions in c?
Explain what is meant by 'bit masking'?
#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); }
What does nil mean in c?
What is null in c?
What is the method to save data in stack data structure type?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include