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 10275problem 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 10044Post New CSS Interview Questions
Write about the stack unwinding?
please suggest some good universities with low cost iam in totally full confusion so please help me my profile gre 283 and ielts 5.5
What are the different types of Securities Market?
What is ipv6?
What languages bi uses to achieve the goal?
How do I run a jsp file in linux?
What is the difference between demultiplexer and decoder?
can we compare the combined core of DBM and BC density with average density of Lab DBM and Lab BC density
Explain the integration between sld and lmdb?
How many primary keys are possible in a table?
Give an explanation on the difference between strong artificial intelligence and weak artificial intelligence?
Does python support interfaces like java does?
What is longblob in mysql?
Does sql view stored data?
What Are Cross Validation & Adi?