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 92713

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

4 9992

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

11 46902

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

9 20641

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

5 13890

Post New CitiGroup C Interview Questions


CitiGroup C Interview Questions


Un-Answered Questions

what happens in the short circuited secondary transformer,if the resistance of the short circuit is increased gradually?

1957


can u write some high level scenarios on ms outlook express

2326


State two of your weaknesses.

772


What are different techniques for making hash function?

521


I have deleted a file from recycle bin but I want to use that file how can I restore that file? I have already used system restore for the same but the file could not berestore?

486






Name the welding tools used in workshop?

660


What are the various clauses of term loan agreement?

617


What is instance variable objective c?

1


When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?

600


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1523


What is naive bayes classifier?

62


What is alzheimer’s disease?

558


How to hide directory browsing in wordpress from server using .htaccess file?

114


what are the properties and different types of sub-queries? : Sql dba

552


What is the curse of dimensionality? Can you list some ways to deal with it?

48