draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
No Answer is Posted For this Question
Be the First to Post Answer
how to get the sum of two integers?
write a program to convert a decimal number in to its equivalent binary number?
In what scenario does the Logical file and Physical file being used?
write a program that input four digit no and finds it is palindrome or not
what is compiler?
totoo po ba ang manga aliens!
what is c++
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
What is Constructor
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value
Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .
Write a program in C/C++ to implement reader- writer problem