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

What are Storage Classes in C ?

32 115817

What are advantages and disadvantages of recursive calling ?

12 97695

What is the memory allocated by the following definition ? int (*x)[10];

4 16343

What is the output for the following program #include main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 8681

WAP – represent a char in binary format

4 7201

Write a program in C to convert date displayed in gregorian to julian date

2300

enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

8 40764

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 90808

write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 39593

write a C code To reverse a linked list

2 13793

Difference between Class and Struct.

13 36579

C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

6 21863

n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 11616

int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 14704

how to connect oracle in C/C++.

3 8814

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

What are gaps? Some examples?

589


Do you hav reference list?

2291


What is the difference between statement and preparedstatement interface?

563


what is labour consume factor in residential projects

1849


What are Pseudo instructions basically?

654






Tell me how would you handle if your co-worker is not co-operating with you?

651


What is blocking and nonblocking API in Node.js and how does it affect the architecture of your applications?

250


What are schema-level triggers?

574


why should the primary of transformer be connected in delta in a heat run test?

1463


How to select HT/MV cable size ?

1992


What does count (*) mean in sql?

1086


What are Events and Event Emitters in node.js?

255


What is a tag for writing?

450


Describe changewatcher.watch.

502


Until the early 1960s, what group of elements were called the inert gases?

553