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 Interview Questions
Questions Answers Views Company eMail

write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2396

main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 23037

what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 5207

Write a program to know whether the input number is an armstrong number.

660

Write a program to reverse a string.

625

What are pointers in C? Give an example where to illustrate their significance.

737

Differentiate between calloc and malloc.

741

Explain Function Pointer?

675

Differentiate between static and dynamic modeling.

605

How macro execution is faster than function ?

656

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

How do I know my linux shell version?

497


What key approaches are supported by the sap solution manager in the implementation phase?

1


what are the events occur in intr activated on interrupt vector table

1170


What do you meant by gui?

712


What are the different type of meta operations available in plex

1654






What function does the community play within the lot?

5


Can we convert the lookup relationship to master detail relationship?

197


What do you understand by executing background jobs in sap system?

574


Difference between .Include and .append?

726


Show the cursor attributes of pl/sql.

598


Where do you start the configuration in hcm module?

541


Explain different stock types and storage types in wm ?

380


What is the most efficient way to count the number of bits which are set in an integer?

576


What are structural members?

558


Give a few applications of bi?

5