FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download DBATU B.Tech 2019 March 2nd Sem Computer Programming In C Question Paper

Download DBATU (Dr. Babasaheb Ambedkar Technological University) B Tech (Bachelor of Technology) 2019 March 2nd Sem Computer Programming In C Question Paper

This post was last modified on 21 January 2020

This download link is referred from the post: DBATU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. Babasaheb Ambedkar Technological University


Firstranker's choice

FirstRanker.com

DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE

--- Content provided by FirstRanker.com ---

Mid Semester Examination - Mar 2019

Course: F.Y.B.Tech(CSE) Sem: II

Subject Name: Computer Programming in c Subject Code: BTES204

Date:- 14/03/2019 Duration:-1 Hr.

Max Marks: 20

--- Content provided by FirstRanker.com ---

Instructions to the Students:

  1. Check that you have received a correct Question paper.
  2. Assume suitable data if necessary and mention it clearly
  3. Draw NEAT labeled diagrams wherever necessary

Q.1. Attempt following Questions (1*6 = 6 Marks)

--- Content provided by FirstRanker.com ---

  1. The _______ scans the entire C program and translates it as a whole into machine code
    1. Interpreter
    2. Compiler
    3. Operating system
    4. Assembler
  2. --- Content provided by FirstRanker.com ---

  3. The smallest unit that is used for memory storage is-
    1. Byte
    2. Bit
    3. Nibble
    4. baud
  4. --- Content provided by FirstRanker.com ---

  5. Which of the following is not a logical operator?
    1. !
    2. &
    3. &&
    4. ||
  6. --- Content provided by FirstRanker.com ---

  7. If 'a' is an integer variable, a=5/2; will return a value
    1. 2.5
    2. 3
    3. 2
    4. 0
  8. --- Content provided by FirstRanker.com ---

  9. Which of the following is not a C variable?
    1. Var123
    2. Var_123
    3. 123Var
    4. X_123_Var
  10. --- Content provided by FirstRanker.com ---

  11. what will be the output for following program
    #include<stdio.h>
    void main()
    {
    int i=2;
    int a=++i + i;

    --- Content provided by FirstRanker.com ---

    printf("%d\n",a);
    }
    1. 6
    2. 5
    3. 4
    4. compile time error
    5. --- Content provided by FirstRanker.com ---

Q. 2. Attempt any two of the following (2*3 =6 Marks)

  1. In C program contains the following variable declarations
    int i=1245; float j=3.14; char k='a';
    Show the output resulting from each of the following printf statement
    printf("%d %d \n", i,j);
    printf("%d %c",k,k);
  2. Enlist the data types in c. also write the amount of size required to store the data type in the memory.
  3. --- Content provided by FirstRanker.com ---

  4. Explain increment & decrement operators with suitable example.

Q.3. Attempt any one of the following (1*8 = 8 Marks)

  1. Explain structure of c program with suitable example
  2. Take the distance in Kilometers (KM) as a input through keyboard, write a c program to convert & print distance in Meters (M) & Centimeters (CM)

***END***

--- Content provided by FirstRanker.com ---

FirstRanker.com



This download link is referred from the post: DBATU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. Babasaheb Ambedkar Technological University

--- Content provided by FirstRanker.com ---