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 10249problem 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 10000Post New CSS Interview Questions
What type of grinding is used for harder materials?
What is p-o-e-m framework?
Explain all the classes those are used for database connections between sql server and asp.net?
How does a mobile work?
Local zone in shutting down state.how to bring state of zone to installed?
what is d check in dg 1500kva
What is css3 outline offset?
how to convert character strings to numeric values? : Sql dba
Explain why gas containers are mostly cylindrical in shape?
How can I repair my windows 7?
What are the different types of spreadsheets?
How do I control what happens when I start ms word?
How did you implement caching in jsp?
What are rows and columns?
what is a constraint? Tell me about its various levels. : Sql dba