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 91157

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

4 9875

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

11 46421

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

9 20310

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

5 13748

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 7082

what is the similarity between black box testing and unit testing

7 10339

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 4450

What is Test management?

1 4733

How the test plan is a tool and the product?

1 3779

What is class in Testing.

1 3392

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 10496

How can set the multipal database ?

2456

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

1 15044

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

2 5534

Post New CitiGroup Interview Questions


CitiGroup Interview Questions


Un-Answered Questions

Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?

1625


How to design binary to gray code converter?

3209


Which Altera device families does the TimeQuest timing analyzer tool support?

2378


What is the best way to findout the time/memory consuming process?

558


Define Bill of Exchange

1561






What is password policy?

788


Explain neo4j index?

1


What are the useful functions in microsoft excel?

279


Which method is used to access HFile directly without using HBase?

146


What is the mesi? : Dot net architecture

550


Explain why is the plastic dip ic package most widely used?

701


sd validation of advance payment. eg sales order(1234) raised on 14 jan 2012. validity of sales order is 30 jan 2012 advance paym should receive before 25 jan 2012 any payment against this order should not be received after 26 jan 2012

1732


Explain the different modes of operations of the 8086?

590


What is the use of httpservletresponsewrapper?

538


What is ndarray in python?

449