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 10295problem 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 10059Post New CSS Interview Questions
How many rows can pandas handle?
What is iron ore consists of?
Who many vpc, internet gateway, customer gateway, vpn can be created per region.
What is the function of a monosaccharide?
How to get list of available floating ips from the command line?
Where is the best place to mount distribution panel in a house.
what is anonymous class in java?
What is ActiveX Control?
what is the effect of back reactive power on the generator ?
Can inheritance be used in perl?
How long should a chkdsk take?
Name component subclasses that support painting in java programming?
When is a 'generate error' activity useful?
How to configure the global security?
How to render html in asp.net mvc view?