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 129764

What are advantages and disadvantages of recursive calling ?

12 104767

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

4 18380

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 10864

WAP – represent a char in binary format

4 8993

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

2845

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 45174

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

27 102629

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

9 43498

write a C code To reverse a linked list

2 15284

Difference between Class and Struct.

13 41370

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 24279

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

7 13989

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 17952

how to connect oracle in C/C++.

3 10292

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

Which is better ascii or unicode?

1042


What is the short cut to cancel a day book or list of vouchers in Tally ERP 9?

1057


What is .net mobile images control. Explain with an example? : Microsoft dot net mobile

997


Why MCCB is Getting tripped sometimes when there is no load in the Midnight ?

2064


Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?

2012


Where are temporary files stored?

992


Can a string be null?

1047


what are the oracle forms services components include?

1084


Why are arrays useful in java?

1077


What are streams?

1165


Why prepared statements are faster?

1016


How to set up a virtual host in apache?

1002


Explain transaction server distributed transaction?

1039


What is the difference between integer and long integer in access?

969


How do I handle different machines needing different user accounts or ports to log in with?

1