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 10367Post New CSS C Code Interview Questions
1.when a diode has its maximum resistance? 2.is ohm's applicable for an ac circuit?
Explain how to use multiple submit buttons in ASP.Net MVC?
When do you want to start?
How tough is it to learn Delphi?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Define potential transformers?
Mention some fields that are a part of sqlca.
Explain is it possible to restrict the premium payment for a lesser number of years than the duration of thepolicy? : insurance sales
On 400 amp factory load how kvarh capacitors provide
How to Debugg Semaphores?
Can you explain designer?
Does wordpress use html?
How to reduce cell clumping for immunocytostaining?
What is the need of angular 2?
Using callable statement how can you pass out parameters, explain with example?