Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 128140

What are advantages and disadvantages of recursive calling ?

12 103991

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

4 18044

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 10591

WAP – represent a char in binary format

4 8733

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

2773

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 44653

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

27 101238

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

9 42906

write a C code To reverse a linked list

2 15087

Difference between Class and Struct.

13 40568

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 23931

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

7 13560

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 17447

how to connect oracle in C/C++.

3 10063

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

What security levels are assigned to users?

708


What is the purpose of node.js module.exports and how do you use it?

480


what is the prinsiple of dc motor and construction and working ,application of dc motor.

1925


Discuss the tension between accuracy and interpretability.

56


What is the purpose of branching in GIT?

5


Which is better access or excel?

824


Can you explain difference between data modeling and database design?

330


how to convert the data from HTML file to SAS dataset?

2708


What is the functionality of a message listener in the context of jms?

788


What is union transformation?

942


What is parse checking? : bo designer

887


What is the scripting language used in linux operating systems?

853


How can you restore a redirected standard stream?

1086


What are the standard properties?

531


What is the difference between persist and save in hibernate?

394