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 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

Post New CitiGroup C Interview Questions


CitiGroup C Interview Questions


Un-Answered Questions

Who is the us newspaper magnate who changed the face of journalism with the introduction of sensationalized stories?

569


How can you achieve high availability in Apache Spark?

288


Can you please give me NCFM DP module question papers other than the questions in nseindia.com?

2135


Explain about SAP CS module?

542


List the various user types.

633






What are the main rasayana (immuno-modular) medicines of ayurveda?

144


whats ur sisters daily routine?

2386


What is nan in java?

525


What is a unnitialised pointer?

533


What type of ip is needed for apache web servers to host a website?

463


Explain the ipv6 address bit?

552


What is a central repository?

138


What do you think about the role of technology in the banking industry?

648


Explain body content relevance

551


What is a Smart Card or Chip Card or Integrated Circuit Card (ICC)?

555