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 8903Post New CSS C Code Interview Questions
What does ITER () do in Python?
What is viewholder-pattern?
How can you overcome the diamond problem in inheritance?
What is a shortcut and copy in Informatica and how two are different with each other?
What are the most common errors you've found in embedded systems and how have you resolved them?
What is Descendant Selector?
How do I diff a folder?
How many types of dba are there?
What are constraints and derivations?
How can we restrict any 'Entity' from being shown in Advanced Find?
How we create object in copy constructor?
What is the VC dimension?
What is the difference between flow control and error control?
What are four common errors found in an alert .log?
Is mysql a dbms?