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 10369plz tell me the solution.......... in c language program guess any one number from 1 to 50 and tell that number within 8 asking question in yes or no...............
2 6495Write a C program to print ‘Campus Force training’ without using even a single semicolon in the program.
3 8587what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
3 6436Post New Wipro C Code Interview Questions
What is the 'ean'?
What is called variable typing in javascript?
How do you view the methods and members of a dll?
Tell me some key points to consider while writing a bug report.
How to specify a browser extension to a web application?
Explain binding primitives?
When a green colored object is illuminated by a green light it will appear as what color to the human eye?
How do I delete a row from a DataTable?
How may fisheries management affect sustainable development?
What is the meaning of callback function?
Whta are performance monitoring tools?
Explain file precedence in splunk.
How can you secure your introduction in powerpoint?
what is oops and list its features in c++?
What is orm in node.js?