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 10244plz 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 6334Write a C program to print ‘Campus Force training’ without using even a single semicolon in the program.
3 8400what 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 6273Post New Wipro C Code Interview Questions
100 MVA 3-phase alternator with earthed neutral has a reactance of 5 ohms per phase. what will be the fault MVA of generator.
How do you check if windows 7 is corrupted?
What is the difference between session_unregister() and session_unset()?
Tell me under the accrual basis of accounting, when revenues are reported in the accounting period?
How to make a c++ program that converts any base to base 10?
What large hairy spider from a city in Italy A. Vinecaliu B. Tarantula C. Both A and B D. None
What is a sticky broadcast?
What is the difference between a function in setState or passing an object?
Is it possible to configure the system to pick up a different exchange rate type for a particular transaction?
How do I delete windows temp files?
Why is the importance of a consistent style?
What is mdb and what is the special feature of that?
Explain split() methods of "re" module in python?
What is a workspace?
What is a trigger in mysql?