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 10373plz 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 6511Write a C program to print ‘Campus Force training’ without using even a single semicolon in the program.
3 8609what 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 6448Post New Wipro C Code Interview Questions
9.Difference between even and odd signals?explain with the diagram?
HI Friends. this is balu. I am looking for testing job in chennai. If u know anything regarding job information. pls send a mail to me kool.balu@gmail.com
Why do you think companies should opt for an erp system?
how can you create zero observation dataset? : Sas programming
What are the benefits of using gpa?
Difference between cassandra and mongodb?
Define what is meant by voltage regulation of a dc power supply?
What is razor view engine in mvc?
What are Digrams and Trigrams
What are the sources of an interrupt?
Explain immediate and rendered attributes?
What type of memory allocation is referred for Linked lists?
Can It is possible to synchronize the constructor of a Java Class?
How can you read an integer value from the keyword when the application is runtime in java? example?
Explain the difference between inline and code behind - which is best in?