.
 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 » Alter Placement Papers » AlterPlacement Paper 1

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

     

    Alter Placement Paper 1






    Sample Test Paper :Alter Engineering 

    1. int b=10;
       int *p=&b;
      *p++;
       printf("%d",*p);
      what is the output?

    2. What is the difference between malloc, calloc and realloc?

    3. What does malloc return in C and C++?

    4.  main()
      {
      char *a="hello";
      char *b="bye";
      char *c="hai";
      int x=10,y=100;
      c=(x<y>)?a:b;
      printf("%s",c);
      }
      whats the output?

    5.  void main()
      {
        int a,b;
        a=sumdig(123);
       b=sumdig(123);
       printf("%d %d",a,b);
      }
      int sumdig(int n)
      {
        static int sum;
        int d;
       if(n!=0)
      {
      d=n%10;
      n=(n-d)/10;
        sum=sum+d;
        sumdig(n);
      }
      else
      return s;
      }
      what is the output?

    6. Declare a pointer to a function that takes a char pointer
      as argument and returns a void pointer.

    7. How do we open a binary file in Read/Write mode in C?

        C++ 

    8. class A
      {
      public:
      A()
      {
      }
      ~A();
      };
      class derived:public A
      {
      derived();
      };
      what is wrong with this type of declaration?

    9. what do you mean by exception handling?

    10. What are "pure virtual" functions?

    11. What is the difference between member functions and
      static member functions?

    12. What is the4 difference between delete[] and delete?

    13. Question on Copy constructor.

    14. What are namespaces?

    15. One question on namespace.

    16. What are pass by valu and pass by reference?
      what is the disadvantage of pass by value?
      I didnt get this. if you have the answer plz tell me.

    17. How to invoke a C function using a C++ program?

    18. char *str;
      char *str1="Hello World";
      sscanf(str1,"%s",str);
      what is the output?

    19. Difference between function overloading and function overriding.

    20. There is a base class sub, with a member function fnsub(). There are
      two classes super1 and super2 which are subclasses of the base class sub.
      if and pointer object is created of the class sub which points to any
      of the two classes super1 and super2, if fnsub() is called which one
      will be inoked?


     




    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/Alter-placement-paper-1.asp