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 90650

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

4 9814

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

11 46209

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

9 20187

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

5 13664

Post New CitiGroup C Interview Questions


CitiGroup C Interview Questions


Un-Answered Questions

Can value be null in treemap?

501


What is j2ee application?

531


If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?

635


What are the css cascading order rules?

283


How Are Changing Laws And Technology Impacting Storage For Small Businesses?

2057






Explain the arguments for perl interpreter.

519


How is pl sql different from sql?

529


What is form view access?

415


How do I enable merge in excel?

287


How many types do you configure managed server in weblogic server?

472


What is lock escalation in db2?

564


Explain asp.net?

606


How do I find my static ip address to open?

565


What are the two virtual tables available at the time of database trigger execution?

624


Paano po ba nabubuo ang eclipse?

1715