write a c program to find reminder and quotient if one number
is divided by other.to code this program don't use more than 2
variables

Answer Posted / aravindan

first no:1
second no:2
ans:1 0

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the argument of a function in c?

565


Define circular linked list.

560


Explain main function in c?

614


What is the size of structure pointer in c?

603


Can we use any name in place of argv and argc as command line arguments?

602






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...

4896


What is c standard library?

686


explain what are pointers?

610


Explain do array subscripts always start with zero?

750


I need a sort of an approximate strcmp routine?

647


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

652


Explain union. What are its advantages?

609


What are the different properties of variable number of arguments?

655


When should volatile modifier be used?

543


What is meant by keywords in c?

607