ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Placement Papers
 
 


 

 
 Software interview questions  Software Interview Questions
 Sciences interview questions  Sciences Interview Questions
 Engineering interview questions  Engineering Interview Questions
 Business Management interview questions  Business Management Interview Questions
 Accounting interview questions  Accounting Interview Questions
 Advertising Media interview questions  Advertising Media Interview Questions
 Architecture Design interview questions  Architecture Design Interview Questions
 Call Centre interview questions  Call Centre Interview Questions
 Fashion Modelling interview questions  Fashion Modelling Interview Questions
 Government interview questions  Government Interview Questions
 Law interview questions  Law Interview Questions
 Tourism Hotel interview questions  Tourism Hotel Interview Questions
 Everything Else interview questions  Everything Else Interview Questions
 Aptitude Questions interview questions  Aptitude Questions Interview Questions
 Placement Papers interview questions  Placement Papers Interview Questions
 Certifications interview questions  Certifications Interview Questions
 Visa Interview Questions interview questions  Visa Interview Questions Interview Questions
 Code Snippets interview questions  Code Snippets Interview Questions
 Entrance Exams interview questions  Entrance Exams Interview Questions
 ERRORS interview questions  ERRORS Interview Questions
Question
CitiCorp Placement Papers -------------placement paper 1
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: CitiCorp Placement Papers -------------placement paper 1
Answer
# 1
CitiCorp Placement Papers | CitiCorp Interview Procedure | 
CitiCorp Aptitude Questions | CitiCorp Technical Questions 
| CitiCorp Interview Questions



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


------------------------------------------------------------
-----------
CitiCorp Placement Papers | CitiCorp Interview Procedure | 
CitiCorp Aptitude Questions | CitiCorp Technical Questions 
| CitiCorp Interview Questions



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);
}

CitiCorp Placement Papers | CitiCorp Interview Procedure | 
CitiCorp Aptitude Questions | CitiCorp Technical Questions 
| CitiCorp Interview Questions




 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: CitiCorp Placement Papers -------------placement paper 1
Answer
# 2
plz send me the 
latest papers in my id
 
Is This Answer Correct ?    0 Yes 0 No
Diksha
 
 
 

 
 
 
Other Placement Papers Interview Questions
 
  Question Asked @ Answers
 
Temenos Interview { On 10/5/2007 in Adyar } Temenos1
Infosys 1-2 Years Experienced Paper Hyderabad 15 2007 Apr Infosys3
Syntel Campus Interview In Bangalore HKBKCE (April 7 2007) Syntel19
Satyam Placement Paper --- Satyam Computer Service Ltd Satyam1
Bently placement papers -------- placement paper 1 Bently1
WIPRO PLACEMENT PAPERS ---------- Placement Paper 4 Wipro6
DESHAW placement papers --------- placement paper 3 Deshaw1
MBT PLACEMENT PAPERS ---- Placement Paper 2 MBT1
CTS placement papers -------- placement paper 6 CTS2
DESHAW placement papers --------- placement paper 1 Deshaw1
DESHAW placement papers --------- placement paper 4 Deshaw3
TISL PLACEMENT PAPERS -------------- Placement Paper 3 TISL1
Tcs Technical, Managerial , HR Interview Placement paper ----25 Nov 2006 Hyd TCS1
TechMahindra campus Selection Procedure ---- 18/04/07 Tech-Mahindra2
INFOSYS PLACEMENT PAPERS ----- Placement Paper 9 Infosys1
siemens company(bangalore) Siemens3
aptitude paper SSE1
SELF INTRODUCTION  2
persistant placement paper Persistent1
Persistent Interview Questions Persistent1
 
For more Placement Papers Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com