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 115385

What are advantages and disadvantages of recursive calling ?

12 97508

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

4 16266

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 8603

WAP – represent a char in binary format

4 7135

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

2283

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 40592

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

27 89967

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

9 39460

write a C code To reverse a linked list

2 13752

Difference between Class and Struct.

13 36428

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 21719

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

7 11507

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 14575

how to connect oracle in C/C++.

3 8752

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

what is online transaction processing (oltp)? : Sql dba

510


What is difference between pdo and mysqli?

453


What is worst case complexity algorithm?

455


survivor management

1976


What is the file extension used for hibernate mapping file?

146






what is the comparative effect of organic manure & NPK fertilizer on amaranthus spp.?

1490


Tell me something about yourself and your family.

718


What is os module?

459


What are data modeling and data mining? Where it will be used?

524


your parents have lent you $20,000 to buy a car and have told you to pay it back whenever you like in conceptual framework

1321


What is row_number () in sql?

517


What are class members by default?

636


whate is the difference b/w aflatoxions&ocharatoxions

2033


Instead of multiple inheritance what we use in Ax?

3


Why cstdlib is used in c++?

563