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?

2401

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 23066

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 5225

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

660

Write a program to reverse a string.

629

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

738

Differentiate between calloc and malloc.

747

Explain Function Pointer?

678

Differentiate between static and dynamic modeling.

609

How macro execution is faster than function ?

658

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

When do you call copy constructors?

640


What is Availability Float?

663


What is the shape of molecules SF6 and IF7?

612


How many electrons does benzene have?

581


what can we do if shadow instance is down and getting up in prepare phase of upgrade

2120






List out the components which can be used in AngularJS modules?

436


How can you delay document.ready until a variable is set?

495


Are xaml file compiled or built on runtime?

550


How will you write a custom partitioner for a Hadoop job?

254


Why global variables are bad javascript?

477


How to test login module with different username and password by using data driven testing in QTP?

601


you have a video project that would best be served by using full screen mode. This needs to be done from within the browser, since you are not able to use a projector. Which publish settings should you use? : Adobe flash

490


What is a community?

60


What is external shuffle service in spark?

204


How do you connect your project to a source control system like svn and tfs in uipath?

252