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 98884

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

4 10937

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

11 49580

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

9 22731

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

5 14966

Post New CitiGroup C Interview Questions


CitiGroup C Interview Questions


Un-Answered Questions

What is call in and call out? : salesforce integration

359


How to convert nsarray to nsmutablearray in swift?

829


do you know what is address in wcf and how many types of transport schemas are there in wcf? : Wcf data services

660


What is the importance of the GNU project?

1062


What is the profit for product ‘xyz’ for country usa?

85


How to disable the parent window while a popup is active wpf?

302


Give an example when you had a clash with your peer. What did you do in that situation?

963


Why do we learn c++?

810


What is unit level testing?

935


How do you speed up windows?

677


Can we overload the constructors?

825


Which is better mysql or postgresql?

682


What is echo command in windows?

747


How is hashset maintained in memory by java ?

956


What are the types of batch file with the help of which we can start and stop apache tomcat server?

711