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                      
tip   SiteMap shows list of All Categories in this site.
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
DESHAW  placement papers --------- placement paper 4
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: DESHAW placement papers --------- placement paper 4
Answer
# 1
DESHAW Placement Papers | DESHAW Interview Procedure | 
DESHAW Aptitude Questions | DESHAW TechniDESHAWl Questions 
| DESHAW Interview Questions




                        SECTION-A
 
 you should write the programs for the following problems 
in C.
 
 1. swapping two variables x,y without using a temporary 
variable.
 2. a program has been given asking to find the output
        ans. it is algorithm for finding G.C.D
 3. write a program for reversing the given string.
 4. the integers from 1 to n are stored in an array in a 
random
    fashion. but one integer is missing. write a program to 
find the
    missing integer.
        ans. idea. the sum of n natural numbers is = n
(n+1)/2.
             if we subtract the above sum from the sum of 
all the
             numbers in the array , the result is nothing 
but the
             missing number.
 5. some bit type of questions has been given on pointers 
asking to
    to find whether it is correct from syntax point of 
view. and if
    it is correct explain what it will do.(around 15 bits).
 
 

DESHAW Placement Papers | DESHAW Interview Procedure | 
DESHAW Aptitude Questions | DESHAW TechniDESHAWl Questions 
| DESHAW Interview Questions

                       SECTION-B
 
   ANSWER AS MANY AS POSSIBLE.
 
 6.& 7. two programs on pre-processor directions has been 
given asking
        to find the output.
 8. simple question given on pointer
    a) kernighan & richie page no. 122
    b) schaum series  page no. 323
    try to understand the pointer problems given here he 
asked to 
explain
    in the interview if answer it in exam.
 9. write a c program to find whether a stack is 
progressing in forward
   or reverse direction.
 10. write a c program that reverses the linked list.
 
  GUIDELINES:
     the interview is very tough he is asking to do the 
problems in
   front of him. he is also giving some new problems to 
solve before 
him.
   you should have a very good funda of C language.
 

DESHAW Placement Papers | DESHAW Interview Procedure | 
DESHAW Aptitude Questions | DESHAW TechniDESHAWl Questions 
| DESHAW Interview Questions

 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: DESHAW placement papers --------- placement paper 4
Answer
# 2
Sn for Q1:
main()
{
int a=5,b=10;
a=a+b;
b=a-b;
a=a-b;
printf("%d %d",a,b);
getch();
}
 
Is This Answer Correct ?    1 Yes 0 No
Dayquest
 
 
 
  Re: DESHAW placement papers --------- placement paper 4
Answer
# 3
/*Q.No 10....Reverse a linked list*/
void reverse(node** head)
{
   node *p,*q,*r;
if(*head==NULL){printf("Empty link list:");return;}
p=*head;
q=p->next;
r=q->next;
   while(r!=NULL)
    { q->next=p;p=q;q=r;r=r->next;}
q->next=p;
*head=q;
}
 
Is This Answer Correct ?    0 Yes 0 No
Purnendu Shaw
 

 
 
 
Other Placement Papers Interview Questions
 
  Question Asked @ Answers
 
Hexaware placement papers --------- placement paper 1 Hexaware4
InterGraph Placement Papers ------ Intergraph placement Paper 2 InterGraph1
Hyderabad placement paper of Infosys on 31 jan 2007 Infosys2
Persistent Selection Procedure In Nagpur 2007 March Persistent1
Chatargee Placement Papers -------- Placement Paper 2 Chatargee1
Tcs Ghaziabad Campus Online Paper And Interview TCS2
ONMOBILE PLACEMENT PAPERS ------------- Placement Paper 2 OnMobile1
US TECHNOLOGY PLACEMENT PAPER US-Technology8
Satyam Placement Paper --- Satyam Computer Service Ltd Satyam1
KSHEMA PLACEMENT PAPER Kshema1
HAL PLACEMENT PAPERS HAL9
INFOSYS PLACEMENT PAPERS ----- Placement Paper 9 Infosys1
PATNI PLACEMENT PAPERS ----------- Placement Paper 2 Patni1
IBM PAPER - 29 JUL 2006 IBM2
igate papers CTS2
INAUTIX PLACEMENT PAPERS -------- placement paper-1 i21
RAMCO PLACEMENT PAPERS ---- Placement Paper 4 Ramco1
3+ Experienced Wipro Technical round : Dated 15/07/2007 Wipro2
CTS WrittenTest (Placement Paper Pattern) - 10 DEC 2006 CTS2
InterGraph Placement Papers ------ Intergraph placement Paper 4 InterGraph2
 
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