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 10239plz 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 6328Write a C program to print ‘Campus Force training’ without using even a single semicolon in the program.
3 8391what 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 6267Post New Wipro C Code Interview Questions
What is socket in node.js?
What is generic types in c#?
What are soapui assertions?
You want to insert an inspection check point at the end of an operation. How would you do that?
How can you identify the data type of any variable in python?
Where can I find seam examples and documentation?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How do I align text to the bottom of a table in word?
Can we create a trigger on view?
What is the use of predicate in java 8?
What is block in ios objective c?
What is the difference between xml and xhtml?
What is ctrl az?
Which has highest precedence in between list and terms? Explain?
How can I learn oracle dba?