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 10302problem 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 10064Post New CSS Interview Questions
Name the buffer in which all the commands that are typed in are stored
Explain the term 'columns' related to relational database management system?
What is font size definition?
What do you know about Bajaj and its business?
Tell me what are the __construct() and __destruct() methods in a php class?
What is a model in python?
what kind of L2 & L3 tickets are in SAP MM. Explain with example. Any enhancement done by you in SAP MM?? please help me in providing some real time examples
Difference interview form level security vs field level security.
I am starting Dress Material Retail shop , please tell me what licenses should i get to start the Business ?
How do we create tasks? What is the difference between task and change request?
How do I autofill in excel using keyboard?
In how many groups can the signals of 8085 be classified?
What is taskhostw exe keyroaming?
Minimum and maximum size of the building components
What is rest parameters?