Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Wipro C Code Interview Questions
Questions Answers Views Company eMail

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 9369

plz 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 5354

Write a C program to print ‘Campus Force training’ without using even a single semicolon in the program.

3 7319

what 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 5259

Write a c program to search an element in an array using recursion

1 9002

Post New Wipro C Code Interview Questions


Wipro C Code Interview Questions


Un-Answered Questions

How many global.asa files can an application have in asp?

487


What is data validation and what is its purpose?

298


What is the meaning of ad rotation?

190


Can you please explain the difference between overloading and overriding?

590


What does yw mean?

448






What is orm in mvc?

1


What is load plan and types of load plans in ODI?

297


How many types of modules is defined by j2ee specification?

479


Can we reuse a userexit?

1072


Does data table exist in blue prism?

289


Tell us which data visualization libraries do you use?

121


Is it possible to create an extension table with an intersection table?

591


what is the difference extend and include?

5


How to check if value already exists in mysql database in php?

440


Are c# constructors the same as c++ constructors?

518