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 115745

What are advantages and disadvantages of recursive calling ?

12 97676

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

4 16316

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 8662

WAP – represent a char in binary format

4 7179

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

2296

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 40719

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

27 90664

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

9 39570

write a C code To reverse a linked list

2 13780

Difference between Class and Struct.

13 36527

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 21825

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

7 11585

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 14666

how to connect oracle in C/C++.

3 8796

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

What the formula for calculating no.of earthings & size of earth strip for 100mX90m shop.

1866


What are some uses of excel?

314


What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?

493


What are different types of controllers in salesforce?

236


witch is the best insistute in sharpoint course.what abt future of share point course.

2526






What is the use of session framework in Django?

201


How to check if a column is nullable before setting to nullable?

576


Is pointer a variable?

497


How do we access static members in java?

621


How can I add Reporting Services reports to my application?

91


Can we linked SharePoint to a SQL database?

583


What is the difference between ++a and a++?

680


Is a house a shell structure?

688


What is repository annotation in spring?

162


What are new features in css3?

284