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 10458plz 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 6624Write a C program to print ‘Campus Force training’ without using even a single semicolon in the program.
3 8721what 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 6541Post New Wipro C Code Interview Questions
How do I find my email server outlook 2016?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is the difference between member variables initialization and assignment in a constructor?
What is the benefit of mongodb?
what is sql in mysql? : Sql dba
how do you transport lsmw data from one system to another?
What do you mean by powerpoint?
What is amazon redshift odbc?
How xml is useful in defining data for web applications?
what are the efficient way or solutions to avoid ABEND=S04C.
from which formula we select a capacitor rating?
What is option in linux command?
Define applique?
Which is not a php magic constant?
What will be the output of the following statements?