main() { int c[ ]={2.8,3.4,4,6.7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf(" %d ",*c); ++q; } for(j=0;j<5;j++){ printf(" %d ",*p); ++p; } }
2 10453problem no.3 - write a program using two dimentional arrays that compute the sum of data in rows and sum of data in columns of the 3*3 array variable. sample input/output dialog 5 9 8 = 22 3 8 2 = 13 4 3 9 = 16 _____________ 12 20 19
4 10303Post New CSS Interview Questions
What do you know about FII, FDI and FII?
What is a sparkline in excel?
What are qualifiers?
explain supply side and demand side energy management with advantages & disadvantages
What is adobe photoshop?
What is network programming in java?
How do I start sybase control center in windows?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is a domain authority?
What is a lds (linear data set) and what is it used for?
Write a program to explain size error.
Mention the command used to create simple axis in d3.js?
Why would some industries select pneumatics over hydraulic?
What are the names of main assemblies used by WPF?
What is windows process activation service?