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

CitiGroup C 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 100815

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

4 11328

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

11 50585

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

9 23548

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

5 15416

Post New CitiGroup C Interview Questions


CitiGroup C Interview Questions


Un-Answered Questions

What do you think of this implementation? Can this be implemented better?

879


What is Monopolistic Competition?

1105


How do I copy sql query results to excel?

557


What is the frequency of sampling for the materials of cement,Fine aggregate, Coarse aggregate .and refer which code

2283


Can we enter data in a table in design view?

913


What are the Alerts & Subscriptions?

362


Why was the language called as Python?

909


Please tell me some products/services of Whole Foods.

1016


How important is c++?

929


Tell me about your family background and who is your role model?

1068


How does Proof-of-Work(PoW) consensus algorithm works?

750


Is Multiple-inheritance supported by c#?

934


What is clonal selection?

559


Define a cross join?

956


What are the different types of filters in angularjs?

753