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

CitiGroup Interview Questions
Questions Answers Views Company eMail

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

27 94767

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 10192

main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 47624

main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 21128

#include main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 14157

What are the prototypes are used during the integration testing ?Explain the stub and the driver in details?Are the stub and the driver both are used in top-down and the bottom-up approaches ?

4 7371

what is the similarity between black box testing and unit testing

7 10798

pls tell me how to convert string to date format. my problem is in excel i have given date ,after used in the ddt_val function ,it is not converted pls tell me how to convert string to date format urgent

1 4596

What is Test management?

1 4882

How the test plan is a tool and the product?

1 3925

What is class in Testing.

1 3518

soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?

7 10977

How can set the multipal database ?

2529

1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?

1 15247

What is the order of evaluation of the comparison && logical && relational operators:?

2 5711

Post New CitiGroup Interview Questions


CitiGroup Interview Questions


Un-Answered Questions

What is the auto keyword good for?

712


What do we mean by branding the channel and what are the items we may use to do so?

2671


Can we access interface static method using interface references?

625


What is supervised and unsupervised machine learning?

118


Explain the typical roles involved in devops.

1






i am going for the IT Officer written test,can any body mail me the question bank to Pragyanmund@rediffmail.com

2067


while implementing badi what are the tables u find??

3716


What is event handling in java?

560


How does Z index function?

404


Will this WIC operate in the 1E2W, 2E2W, or 1E1R2W?

700


How do I unhide a tab in excel?

353


State the procedure for using forward attribute of link tag’s.

647


Does django use javascript?

292


what is logical tree in wpf?

124


What is meant by slab? How is indian slab and us slab? : sap abap hr

663