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 115364

What are advantages and disadvantages of recursive calling ?

12 97487

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

4 16264

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 8598

WAP – represent a char in binary format

4 7132

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

2282

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 40588

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

27 89947

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

9 39454

write a C code To reverse a linked list

2 13751

Difference between Class and Struct.

13 36422

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 21716

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

7 11502

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 14569

how to connect oracle in C/C++.

3 8751

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

Explain briefly about linker and its functioning?

552


What is jscript used for?

460


List some advantages to css3 animations over script-based animation?

269


SOQL & SOSL? Diff between SOQL & SOSL?

202


What is the keyword auto for?

550






State the advantages and disadvantages of kotlin?

111


What is the size of a union variable?

570


Give some examples of wage types in the recurring payments/deductions infotype (it 0014).

638


Is cryptography exportable from the U.S.?

485


Explain the working with form elements in array notation?

121


How do I link cells in different excel workbooks?

315


What are the ipc mechanisms in linux?

521


What is @transactional in hibernate?

184


What is Rack Awareness? What is its need in Hadoop?

254


How many rows and columns are there in ms excel 2003?

285