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 are pointers? Why are they used?
Is c is a middle level language?
What is double pointer?
What is sizeof in c?
Can we declare function inside main?
What is the usage of the pointer in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is scope of variable in c?
Explain how do you search data in a data file using random access method?
What is meant by preprocessor in c?
What is a scope resolution operator in c?
What is c++ used for today?
What is output redirection?
Is c easy to learn?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.