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 10365problem 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 10186Post New CSS Interview Questions
What is the role of iis?
What is http client in java?
how to programmatically scale out azure worker role instances?
What route model binding?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Do I need scala for spark?
I have an excel file that I use every day at work. Some time ago, mysteriously, the file began opening two copies of itself every time I double-click the icon. If I closeone of the copies, both close. Any changes made to one copy show up in the other?
What language is windows command prompt?
What is table array in vlookup?
Differentiate between % rowtype and type record.
What is polymorphism in php?
What is role of actionservlet?
Have you used any caching mechanisms in SAP Process Orchestration? How do they contribute to improved performance?
What other than biginteger has been introduced in system.numerics namespace?
How does XAI relate to transparency and accountability?