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
How macro execution is faster than function ?
What are structure members?
Can a variable be both const and volatile?
How can I sort a linked list?
What is output redirection?
Write a program to use switch statement.
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
How can a program be made to print the line number where an error occurs?
What is c token?
Explain how does free() know explain how much memory to release?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
When c language was developed?
What is the use of ?: Operator?