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 90782

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

4 9825

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

11 46247

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

9 20202

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

5 13688

Post New CitiGroup C Interview Questions


CitiGroup C Interview Questions


Un-Answered Questions

What is online agreement?

563


Define a substituted hydrocarbon?

608


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

797


State the various features present in .NET?

599


What is css autoprefixer?

301






Explain the concepts of ant?

47


What is the formula of frequency ?

958


How the exceptions are handled in struts?

527


When you mistakenly enter wrong master data for an equipment, how do you manage this?

438


What is blouson?

1


What is update_statistics command?

572


Which is better 32 bit or 64 bit?

543


What is the maximum size of messages in sqs?

111


How many times can ssd be rewritten?

485


Differentiate between static class and singleton instance?

517