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

How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 7848

write a program for the normal snake games find in most of the mobiles.

1778

what is difference between ANSI structure and C99 Structure?

1 4052

struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 5856

main() { int a=4,b=2; a=b<>2; printf("%d", a); }

11 58031

what is level of tree if leaf node is at level 4.please explain.

1 3817

FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 5389

void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 10838

Write a c program to build a heap method using Pointer to function and pointer to structure ?

4167

Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 8238

c program to manipulate x=1+3+5+...+n using recursion

2 4464

An array name contains base address of the array. Can we change the base address of the array?

4 12139

what is function pointer?

2 4542

c program to print a name without using semicolon

9 10942

program that accepts amount in figures and print that in words

2 5087

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

Q1 Design a webpage for a hotel which displays all the information of the hotel such as rooms available, facilities, and packages along with rate list. Apply the different tags available to give it a good style.

1287


How could you setup live rendering ?

502


What is the simplest way to find out the number of parameters passed into a function?

124


what is the role of filter in log4j?

5


Which dialog boxes are supported in android?

491






How to initialize Dictionary using collection initialize?

569


please forward Apache server and tomcat server questions and answers

2411


What are jquery selectors?

477


Which Signal hart communicator work? If there any signal change when hart connect while transmitter in line ?

926


What is higher IMP or BHR

1499


Can I move program files x86 to another drive?

517


What is the meaning of up gradation of repository?

1383


Implementing pow function

105


In cakephp, which function is first executed before every action in the controller?

3


What are the common critical, blocker, major, minor bug founds while testing a mobile?

633