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 9584problem 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 9031Post New CSS Interview Questions
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
how you start the solubility study?
Is windows 10 license lifetime?
Can you define stream and stream grouping in apache storm?
What are your long-term goals or career plans at CarMax?
Illustrate physical database architecture in brief? : sql server architect
What do you do in your spare time? : insurance sales
Tell me what is the difference between ruby 1.9 and ruby 2.0?
Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?
Explain what are the techniques that help build the trust of the caller? : insurance cold calling
How to check jms messages in weblogic?
Is linux built on unix?
How do you insert rows and columns?
How to Set message priority levels?
What is multilevel inheritance explain with example?