.
  Vyom World.com . Let's Touch the Sky Together!  
.

Home
VyomWorld.com Home
Interview Questions
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!


Home » Placement Papers » Onmobile Placement Papers » Onmobile Previous Year Placement Paper

 

Onmobile Placement Paper -: Technical Questions With Answers


Advertisements
Advertisements




Onmobile Previous Years Solved Sample Placement Papers

  1. The temperature on Monday was lower than on Tuesday. The temperature on Wednesday was lower than on Tuesday. The temperature on Monday was higher than on Wednesday. If the first two statements are true, the third statement is

    a. true.

    b. false.

    c. uncertain.

    Answer: a. true.
  2. Spot is bigger than King and smaller than Sugar. Ralph is smaller than Sugar and bigger than Spot. King is bigger than Ralph. If the first two statements are true, the third statement is

    a. true.

    b. false.

    c. uncertain.

    Answer: b. false.
  3. The hotel is two blocks east of the drugstore. The market is one block west of the hotel. The drugstore is west of the market. If the first two statements are true, the third statement is

    a. true.

    b. false.

    c. uncertain.

    Answer: a. true.
  4. Tom puts on his socks before he puts on his shoes. He puts on his shirt before he puts on his jacket. Tom puts on his shoes before he puts on his shirt. If the first two statements are true, the third statement is

    a. true.

    b. false.

    c. uncertain.

    Answer: b. false.
  5. Three pencils cost the same as two erasers. Four erasers cost the same as one ruler. Pencils are more expensive than rulers. If the first two statements are true, the third statement is

    a. true.

    b. false.

    c. uncertain.

    Answer: c. uncertain.
  6. How many times the while loop will get executed if a short int is 2 bytes wide?

    A: Infinite times

    B: 255 times

    C: 256 times

    D: 254 times

    Ans: B
  7. How can you sort the elements of the array in descending order?

    What will be the output of the program?

    A: 2, 8

    B: 4, 8

    C: 2, 4

    D: 4, 12

    Ans: D
  8. Find the output of the following code?

    
    void main()
    {
        void *ptr;
        char *a = 'A';
        char *b = "TAN";
        int i = 50;
        ptr = a;
        ptr = (*char)malloc(sizeof(a));
        printf("%c", *ptr);
        ptr = i;
        ptr = (*int)malloc(sizeof(i));
        printf("%d", ++(*ptr));
        ptr = b;
        ptr = (*char)malloc(sizeof(b));
        printf("%c", ++(*ptr));
    }
        
    Ans: A51AN
  9. What will be the output of the program if the array begins at 1200 in memory?

    
    #include <stdio.h>
    int main()
    {
        int arr[] = {2, 3, 4, 1, 6};
        printf("%u, %u, %u\n", arr, &arr[0], &arr);
        return 0;
    }
        

    A: 1200, 1202, 1204

    B: 1200, 1200, 1200

    C: 1200, 1204, 1208

    D: 1200, 1202, 1200

    Ans: B




 


.

Recently Updated: New Placement Papers added.
Vyom Network : Web Hosting | Dedicated Server | 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 | Server Insiders | File Extension Directory

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