answersLogoWhite

0

#include<stdio.h>

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Write a program to read your name and reverse it using arrays?

abdulrahman


Write a program using iostreams to take as input two multi-dimensional arrays and print their sum as output Matrix Addition in Matrix format?

http://www.assignmentsclub.com/


Would you Write c plus plus program using array for Fibonacci number?

You can write a C++ fib pro using arrays but the problem is the prog becomes very complicated since u need to pass the next adding value in an array.....


How do you write a VBnet program to find the prime numbers between 100 to 200?

VBnet program to find the prime numbers between 100 to 200?


Write a program demonstrating the usage of pointers with one dimensional and two dimensional arrays?

int main (int,char* argv[]) { int i, for (i=0;i&lt;arg;++i) printf ("% 2d:% s\a";i,argv[i]); return o; }


Is an array is a collection of characters that can be fixed or variable?

No. An array is a collection of objects of any type, such as doubles, not just characters. You can even have arrays of arrays, or arrays of structs. In C, the size of an array is fixed, but it is possible to write code that will allow you to manually make it variable in size.


Q2 Write a program to print even numbers between 10 and 50?

You can use int i; for (i = 10; i &lt;= 50; i += 2) {//print i} as a program to print even numbers between 10 and 50.


How to write program for secant method in mathematica?

How to write a program for secant method by mathematica


Write a program in C for arithmetic operations between two integers your program should guide users with proper message or menu on the console?

Write a program in C for showing working of different logical operator in C.Your program should guide users with proper message/menu on the console. (5 Marks)


Write a flowchart to find the sum of maximum and minimum o N natural numbers without using arrays?

huh?


How do you write Square program using vb?

write a vb program to find the magic square


Write a program to multiply 33 matrix.?

write a program to multily 3*3 matrix.