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 10266Post New CSS C Code Interview Questions
Which is faster union or join?
what is the fastest way to enter a series of commands from the command-line in linux
Explain the system trace?
Which other primeng components have you used with angular 2?
What is the reason for the current fall of Indian economy?
how to prepare for IT Officers Interview in Banks
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
how you confirm the assay method?
What happens if there is no text between the tags?
what is pla instruction
Can you please explain the difference between differentiate between consignor and consignee?
if we not carried out B check at mean time in DG set what will be happen?
What is the difference between an ammeter and a voltmeter?
What is datasource in ado.net?
Is it true that a xmlhttprequest objects belongs to the w3c standard?