program to get the remainder and quotant of given two
numbers with out using % and / operators?

Answer Posted / blag

#include<tsaka.h>
#include<iro.h>
main saging()
{
rarw;

getch();
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does stand for?

590


How is a macro different from a function?

652


What is break in c?

585


regarding pointers concept

1567


What is calloc malloc realloc in c?

589






What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1492


Why use int main instead of void main?

590


write a program to find out prime number using sieve case?

1634


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2572


What is bubble sort in c?

631


How many bytes are occupied by near, far and huge pointers (dos)?

664


When would you use a pointer to a function?

584


How do I get an accurate error status return from system on ms-dos?

643


What is switch in c?

643


What would be an example of a structure analogous to structure c?

572