Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...

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?

2282

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 21919

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 4626

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

543

Write a program to reverse a string.

518

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

567

Differentiate between calloc and malloc.

565

Explain Function Pointer?

540

Differentiate between static and dynamic modeling.

472

How macro execution is faster than function ?

530

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

What does ‘hooks’ consist of in git?

3


Explain Different kinds of methods?

1514


Whether entropy is intensive property or extensive property ?

485


List out the kinds of users associated with business objects?

361


How to achieve database testing in selenium?

398






How do I master a powerpoint?

70


What is the rabin signature scheme?

398


What are the Main functions of Java?

495


What is job control language?

487


What is basic authentication?

424


what so you want to work?

1745


Why sodium hydroxide used for maintain pH of phosphate buffer

1672


How to create drush aliases ?

65


Hi.. Iam working as Test Engineer. I want to become a business analyst. is domain knowledge necessary for that? CAn u guide me to approach? Is there any course?

2251


Why data cleaning plays a vital role in analysis?

108