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 assignment operator?
What does main () mean in c?
Difference between Function to pointer and pointer to function
Why do we need volatile in c?
What is function prototype in c with example?
Mention four important string handling functions in c languages .
Explain what is the purpose of "extern" keyword in a function declaration?
Write a factorial program using C.
If the size of int data type is two bytes, what is the range of signed int data type?
How many header files are in c?
how should functions be apportioned among source files?
How do you sort filenames in a directory?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How do you determine the length of a string value that was stored in a variable?
How can I read/write structures from/to data files?