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

Cap Gemini Interview Questions
Questions Answers Views Company eMail

Hi Experts, Have you worked on IDOC’s? Can you list out important t-codes in IDOC’s and their brief explanation for what they are used for in general and specific t-codes which are useful for SAP SD Module? I have interview within 1-2 days? So, I request you to provide solutions to above question as early as possible? Your timely help would be greatly appreciated? Thanks in advance Regards

2859

we go to shopping. after completion of shopping we have to pay money. we swipe our credit/debit card in swiping machine. assume your card is icici card. and that machine is of hsbc.here with what name the bank of your card is called ? and that machine's bank name?

1 7994

what is the diff b/w switch and filter stage in datastage

2 16661

how to cleansing data

6 17312

What is the differences between AGR_1251 and AGR_1252?

2 16474

SU24 must be set up before implementing any roles. A. True B. False

2 9741

What is the differences between AGR_1251 and AGR_1252?

4 60341

SU24 must be set up before implementing any roles. A. True B. False

3 11751

In which table you can see authorization group for table and which table to see authorization group for program?

8 37656

Which of below authorization object that protect transaction code execution? A. S_TCODE B. P_TCODE C. Q_TCODE D. X_TCODE

6 20189

How u provide security to reports in report studio or in cognos connection?

1 10251

what is the coding difference between COBOL and CICS.

8 22909

I have two screens(screen1, screen2) contains same applet(applet1).i want in the screen1->applet1 with picklist and screen2->applet1 with diffrent picklist. How can we configure this senario?

6 11912

hOW many users limit in su10

3 26986

What is @@Identity in sql?

1 6278

Post New Cap Gemini Interview Questions


Cap Gemini Interview Questions


Un-Answered Questions

what is associate law?

1141


What is adobe flash player activex used for?

773


Nature of training account with reason

1595


What is the gas constant r for air?

1141


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2592


What challenges information leak can impose on an organization?

5


What are the automatic tripping devices of diesel generator?

1888


What is database migration? And how to use it to add insert initial data to database?

776


How can I create an identical binary executable in Delphi?

1946


Is youtube important for marketing?

477


What are the risks in java security? : java security

858


What is ConcurrencyMode in WCF?

956


What is ssl in sql server?

1082


#include #include #include #include void insert(struct btreenode **, int); void inorder(struct btreenode *); struct btreenode { struct btreenode *leftchild; struct btreenode *rightchild; int data; }; main() { struct btreenode *bt; bt=(struct btreenode *)NULL; int req,i=1,num; clrscr(); printf("Enter number of nodes"); scanf("%d",&req); while(i<=req) { printf("Enter element"); scanf("%d",&num); insert(&bt,num); i++; } inorder(bt); } void insert(struct btreenode **sr, int num) { if(*sr==NULL) { *sr=(struct btreenode *)malloc (sizeof(struct btreenode)); (*sr)->leftchild=(struct btreenode *)NULL; (*sr)->rightchild=(struct btreenode *)NULL; (*sr)->data=num; return; } else { if(num < (*sr)->data) insert(&(*sr)->leftchild,num); else insert(&(*sr)->rightchild,num); } return; } void inorder(struct btreenode *sr) { if(sr!=(struct btreenode *)NULL) { inorder(sr->leftchild); printf("\n %d",sr->data); inorder(sr->rightchild); } else return; } please Modify the given program and add two methods for post order and pre order traversals.

3772


What are your biggest hopes and fears regarding the future of this technology?

1