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 9667Post New CSS C Code Interview Questions
How to write custom query in wordpress?
What is a JDBC 2.0 DataSource?
What is test driver?
what are the features of adhoc query?
In modern science, what is 'fourth dimension'?
What is apex manage sharing? : salesforce sharing and security
Late blight of potato and early blight of potato symptoms differences?
Give an example of how you would use counter-increment and counter-reset in css to create automatic numbering within a webpage.
Explain the different groups under web logic security?
What is the differences between image check point and bit map check point?
What is try block?
How is the option in Hadoop to skip the bad records?
IN integration testing tester should knowledge of code or not?
What are the advantages of using python?
What will happen if we will use floats across the page with 100% width?