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 10368problem 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 10188Post New CSS Interview Questions
What are custom attributes in c#?
How to calculate excise duty on mobile products?
What are views in python?
Which section did you do well in your written test for HP?
What is a resource manager in flex actionscript? : adobe flex action script
why steel tanks are provided (a) for water pressure (b) for wind pressure (c) for earthquake pressure
How will you rate yourself on the scale of 1 to 10 based on your knowledge of digital marketing?
What is the use of transient?
If you are replicating from r/3 back end and some thing gets stuck in the queue in r/3, what will you do?
Why do we use jstl tags?
What are your responsibilities of a professional scrum master?
Suppose there is one sender and we have three receivers. While generating an idoc will it generate 3 idocs for three receivers? Explain in detail how the flow goes from outbound to inbound systems?
How long does it take to learn swift?
What is ms excel in simple words?
What is default locale java?