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 10366problem 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
How do I use datedif function in excel?
Explain ren server?
How to use the new-window command?
How do c++ struct differs from the c++ class?
What is cross cutting concerns in spring aop?
How many astronauts travelled in the challenger?
What is the difference between cold backup and hot backup?
How can i start buying a share. How can i find dealers. Can any one give me just an idea about this. When to buy ? How to buy? where to Buy ? How can i sell it ? How i came to know it is right time to sell . so that i can gain money ? Advance thanks
Explain the difference between keylokup and joiner?
How is reactjs different from angular and vue js?
How to get elements in reverse order of an array in php?
How do you identify independent and dependent variables in regression analysis?
What is use of isset function in php?
How do you show the outline in powerpoint?
What are the difference between insert, update and modify?