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
Why use int main instead of void main?
What is union and structure?
p*=(++q)++*--p when p=q=1 while(q<=6)
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
What is structure in c explain with example?
When we use void main and int main?
What is the scope of global variable in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Why does the call char scanf work?
What is array in C
What does the file stdio.h contain?
When can you use a pointer with a function?
the question is that what you have been doing all these periods (one year gap)
Explain the concept and use of type void.
What does node * mean?