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 92713

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

4 9992

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

11 46902

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

9 20641

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

5 13890

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 7173

what is the similarity between black box testing and unit testing

7 10496

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 4503

What is Test management?

1 4780

How the test plan is a tool and the product?

1 3842

What is class in Testing.

1 3435

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 10646

How can set the multipal database ?

2485

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

1 15108

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

2 5603

Post New CitiGroup Interview Questions


CitiGroup Interview Questions


Un-Answered Questions

How to run the sqr in command prompt. What are the parameters that are used for running the sqr from command prompt?

495


What is a hibernatetemplate?

216


can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????

1349


How do I run flex as a service? : adobe flex action script

3


What is flex in angular material?

455






What are the main features of Oracle 8i with context to datawarehouse?

1717


how to do asset appreciation in sap?

2268


What is difference between pl and sql?

563


What is jsp processing?

510


What is the syntax to create keyspace in Cassandra?

71


differentiate between bind() vs live() vs delegate() methods in jquery.

477


What is the significance of “?” In swift?

556


How do project scheduling help achieve project execution?

593


Explain the different types of views in sap hana?

54


What Is Amazon Simpledb In Cloud Computing?

158