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 127611

What are advantages and disadvantages of recursive calling ?

12 103773

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

4 17963

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 10504

WAP – represent a char in binary format

4 8649

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

2757

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 44523

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

27 100815

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

9 42742

write a C code To reverse a linked list

2 15017

Difference between Class and Struct.

13 40381

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 23855

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

7 13455

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 17300

how to connect oracle in C/C++.

3 10004

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

How to retrieve data from database in wpf?

165


What is the use of subgrids?

599


How do I manage a queue to view and delete specific messages? : BEA Weblogic

932


What is a HTML helper?

823


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

5299


What is the use of index in sql?

963


What is hibernatetemplate?

389


How to get only zero byte files which are present in the directory?

769


Difference between ActiveX Exe and Dll.

1887


What Time Neede to Upload Master Data and Trasaction Dat From Non SAP Systum to SAP Sys. through LSMW Tool ?

2085


When should you make a function static?

931


What's the usage of webdynpro component controller?

297


How to insert a large table in word?

574


Why is vlookup showing na?

714


What is a bean in spring?

351