.
 Vyom World.com  . Let's Touch the Sky Together!  
.
. . . . . . .
 Home
VyomWorld.com Home
Free Magazines!
VyomLinks.com Home
JobsAssist.com Home
Vyom Network
Contact Us
 Jobs & Careers
Resume Submitter
Placement Papers
IT Companies Directory
Computer Jobs
Interview Questions
Online Exams
Vyom Career eMag.
 Fun
Send FREE SMS!
SMS Jokes
 Source Codes Library
Source Codes Home
ASP Source Codes
C Source Codes
C++ Source Codes
COBOL Source Codes
Java Source Codes
Pascal Source Codes
Submit Source Codes
 GATE
GATE an Overview
GATE Preparation
Study Materal
 GRE
GRE an Overview
GRE Questions
GRE Preparation
GRE Universities
 TOEFL Preparation
TOEFL Resources
 GMAT Preparation
GMAT Resources
 MBA Preparation
MBA Resources
 Networking Concepts
Networking Concepts
 Testing Preparation
Testing Resources
 Webmasters
Free Traffic Builder
Webmaster Articles
Web Hosting
 Tutorials
Hardware Tutorial
1500 Free eBooks New!
 FREE Publications
Vyom Career eMag.
 
.
Get 9,000+ Interview Questions & Answers in an eBook.


  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades

    Get it now!


    Post your Resume to 5800+ Companies
    Reliable Web Hosting

  •  
     
     
    Get 9,000+ Interview Questions with Answers in an eBook
    Home » Placement Papers » CitiCorporation Placement Paper 2 » CitiCorporation Placement Paper 4

    Click here to Download 2007 (Latest) placement papers of this company


    Citiorporation Placement Paper 4




    CITICORP

    1]. The following variable is available in file1.c


    static int average_float;

    all the functions in the file1.c can access the variable


    [2]. extern int x;

    Check the answer

    [3]. Another Problem with 

    # define TRUE 0

    some code

    while(TRUE)
    {
    some code 

    }


    This won't go into the loop as TRUE is defined as 0


    [4]. A question in structures where the memebers are dd,mm,yy.

    mm:dd:yy
    09:07:97

    [5]. Another structure question 

    1 Rajiv System Analyst

    [6]. INFILE.DAT is copied to OUTFILE.DAT


    [7]. A question with argc and argv . 

    Input will be

    c:\TEMP.EXE Ramco Systems India


    -----------------------------------------------------------------------


    main()
    {
    int x=10,y=15;
    x=x++;
    y=++y;
    printf("%d %d\n",x,y);
    }




    ----------------------------------------------------------------------


    int x;
    main()
    {
    int x=0;
    {
    int x=10;
    x++;
    change_value(x);
    x++;
    Modify_value();
    printf("First output: %d\n",x);
    }
    x++;
    change_value(x);
    printf("Second Output : %d\n",x);
    Modify_value();
    printf("Third Output : %d\n",x);
    }

    Modify_value()
    {
    return (x+=10);
    }

    change_value()
    {
    return(x+=1);
    }

    ----------------------------------------------------------------------------

    main()
    {
    int x=20,y=35;
    x = y++ + x++;
    y = ++y + ++x;
    printf("%d %d\n",x,y);
    }

    -----------------------------------------------------------------------


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


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

    --------------------------------------------------------------------

    #define swap1(a,b) a=a+b;b=a-b;a=a-b;
    main()
    {
    int x=5,y=10;
    swap1(x,y);
    printf("%d %d\n",x,y);
    swap2(x,y);
    printf("%d %d\n",x,y);
    }

    int swap2(int a,int b)
    {
    int temp;
    temp=a;
    b=a;
    a=temp;
    return;
    }
    ----------------------------------------------------------------------


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

    ---------------------------------------------------------------------

    #include<stdio.h>
    main()
    {
    char s1[]="Ramco";
    char s2[]="Systems";
    s1=s2;
    printf("%s",s1);
    }

    -----------------------------------------------------------------



    #include<stdio.h>
    main()
    {
    char *p1;
    char *p2;
    p1=(char *) malloc(25);
    p2=(char *) malloc(25);
    strcpy(p1,"Ramco");
    strcpy(p2,"Systems");
    strcat(p1,p2);
    printf("%s",p1);
    }







    Click here to Download 2007 (Latest) placement papers of this company


    Looking for Job? Upload your resume here for MAXIMUM Exposure!


    Get 15 Freshers Jobs everyday!

    We work hard to collect each & every job for you. From all possible sources, the most exhaustive and authentic Freshers Jobs Information.

    You don't need anything else!
    Get Freshers Jobs in your mail:




    .


    Recently Updated: New Placement Papers added.

    Vyom Network : Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | GRE Preparation | Jobs, Discussions | Software Listing | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | International Business Information | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | FAQs | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Excellent Mobiles | Software Testing | Interview Questions | Freshers Jobs


    Copyright ©2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Read our Privacy Policy

    Page URL: http://www.vyomworld.com/placementpapers/citicorporation-placement-paper-2.asp