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 7831

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

1772

what is difference between ANSI structure and C99 Structure?

1 4043

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 5845

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

11 57891

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

1 3805

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 5375

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

8 10826

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

4163

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 8230

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

2 4460

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

4 12117

what is function pointer?

2 4527

c program to print a name without using semicolon

9 10905

program that accepts amount in figures and print that in words

2 5078

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

In which year html was first proposed?

505


What is known as data-driven testing?

613


What causes file system corruption?

490


What is the purpose of redo statement?

516


How do I turn off the automatic urls in ms word?

338






The time between two successive meridian transits of the sun as observed from a stationary spot on the earth's surface is called?

91


ACCOUNTING CONCEPTS AND CONVENTIONS

1644


What is the use of writing sharing rules? Can you use sharing rules to restrict data access?

198


how you can create a video in powerpoint 2013?

102


What is aws cloud security?

143


What is an encrypted internet connection?

489


What is a static class?

584


What is the use of hibernate session merge() call?

144


Explain different types of self contained sub query?

530


Role of kpi in google analytics?

92