Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Addition of array elements:
#define rows 3
#define cols 3
void main()
{
int i=0,j=0,sum=0;
int arr[rows][cols];
for (i=0; i<=rows-1; i++)
for(j=0;j<=cols-1;j++)
printf("Enter elements (%d,%d)\n",(i+1),(j+1));
scanf("%d",&arr[i][j]);
}
printf("\t");
for(j=0;j<3;j++)
printf("%3d ",arr[i][j]);
printf("\n");
printf("\n Sum of matrix\n");
for(i=0;i<=rows-1;i++)
sum=sum+arr[i][j];
printf("\tsum=%d\n",sum);
write a c++ program which finds minimum of three numbers
payment system, in c++ only..just use the printf or scanf.please
how to create program in c that will system restart
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
Railway station simulation codeing in c..
Assigning value to individual elements in array
In the Byteland country a string "s" is said to super ascii string if and only if count of each charecter in the string is equal to its ascci value in the byteland country ascii co
Write a programme to display the patern.. A A B A C B A B C A B A A
What is the difference between JavaScript and PHP? The difference lies with the execution of languages. PHP is server side scripting language, which means that it cannot intera
Write a program to determine V c for a given value of time (t) #include stdio.h #include math.h void main() { char prompt; float vs,cr,t,vc; /* input time */
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd