answersLogoWhite

0


Best Answer

substracion of any two number program in c

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a programme for substraction of two numbers in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do i Write a programme to show the fabonasi numbers?

Step 1. Learn the word "Fibonacci"...


Who to Write a programme for addition of two 100 digit numbers in c language?

The native C language will not permit the addition of two 100 digit numbers with native data types. Therefore, you need to simulate the 100 digit numbers differently, and that can be done various ways, including using an arbitrary precision math package, or BCD arithmetic, etc.


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


Write a c programme to print all the even numbers in descending order?

#include(stdio.h) int main ()


Write an assembly language program to multiply two BCD numbers?

fish


Write a programme to find greater among two numbers in c plus plus?

You could use an if, but the ternary operator is especially compact for this purpose: result = a > b ? a : b;


How you write numbers in sanskrit 1-50?

51


How do you write a programme in c language using arrays to copy diagonal elements of a 2-d array into a 1-d array?

TO use a c language first step is to know about the c language and the steps to use the c progrmming language with the help of any elders or with the teachers. TO use the arrays you have to get th eknowledge of "c" language


What numbers do you write with letters and what numbers do you write with numerals?

1-10 you write with letters and 11+ you write with numerals. Your welcome!! ;)


How do write searching number programme in java?

give description of that then i will send the answer


How do you write a programme to add two complex numbers?

Store your complex numbers in a structure of some sort that has two variables - one to store the real part and one to store the complex part. Then to add two complex numbers, add the real parts together and add the complex part together, eg: (2 + 3i) + (5 - 2i) = ((2 + 5) + (3 + -2)i) = (7 + i) how you actually do this will be entirely up to the language you are using for your programming.


Write a c programme to draw a rainbow?

Write a C program to Draw a RAINBOW and fill the suitable colors ...