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 115297

What are advantages and disadvantages of recursive calling ?

12 97433

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

4 16246

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 8579

WAP – represent a char in binary format

4 7110

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

2280

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 40552

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

27 89806

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

9 39419

write a C code To reverse a linked list

2 13743

Difference between Class and Struct.

13 36405

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 21698

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

7 11494

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 14553

how to connect oracle in C/C++.

3 8746

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

Why is the single responsibility principle important?

449


what is Maven artifact?

190


Can we use printf inside isr?

453


What do you understand by timed cylinder lubrication ?

657


What are outlook email settings?

1






What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script

3


What are the Benefits of process information page ?

177


What is the use of System.XML.XLinq.dll?

107


How many triggers can be applied on a table?

476


Describe an interface class?

542


Are you familiar with the equipment sterilization and the process machines?

420


How many types of jdk are there?

461


Is c still relevant?

610


Why should I use spark?

175


what is difference between 5A and 100A CT constructional wise and operation?

2788