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 JNTU Kakinada B.Tech 1-1 2013 Nov R10 C PROGRAMMING Question Paper

Download JNTUK (Jawaharlal Nehru Technological University Kakinada) B.Tech Supplementary 2013 Oct-Nov R10 I Semester (1st Year 1st Sem) C PROGRAMMING Question Paper.

This post was last modified on 03 December 2019

JNTU Kakinada B-Tech 1-1 last 10 year question papers 2009 -2019 -All regulation- All branches- 1st Year 1st Sem


FirstRanker.com

Firstranker's choice

FirstRanker.com

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

Code No: R10105/R10

Set No. 1

I B.Tech I Semester Supplementary Examinations, Oct/Nov 2013

C PROGRAMMING

(Common to Civil Engineering, Electrical & Electronics Engineering,

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

Mechanical Engineering, Electronics & Communication Engineering,

Computer Science & Engineering, Chemical Engineering, Electronics &

Instrumentation Engineering, Bio-Medical Engineering, Information

Technology, Electronics & Computer Engineering, Aeronautical

Engineering, Bio-Technology, Automobile Engineering, Mining and

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

Petroliem Technology)

Time: 3 hours

Max Marks: 75

Answer any FIVE Questions

All Questions carry equal marks

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

*****

  1. Write a C program that converts and prints a user supplied measurement in inches into foot(12 inches),yard (36 inches), centimetre(2.54/inch) and meter(39.37 inches). [15]
  2. (a) What is null? Justify your answer with an example [8+7]
    (b) Write a C program to find the biggest of 3 numbers
  3. (a) Write a program to count number of words, lines and characters in a text [8+7]

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

    (b) Write a C program to find out the length of given string without using string function.
  4. Write a program to find determinant of a matrix. [15]
  5. (a) What is the advantage of using recursive function? [8+7]
    (b) Write a C Program to demonstrate Towers of Hanoi using Recursion.
  6. (a) Explain 'Lvalue' and 'Rvalue' terms in Pointers. [8+7]

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

    (b) Declare a structure with the elements Book No., Book Name, Book Price. and write a program to access the elements.
  7. (a) What are different ways of accessing structure elements. [7+8]
    (b) Write a C Program to perform Binary Search using pointers.
  8. (a) What is a text file? Describe the various modes of opening a text file. [7+8]
    (b) What is a binary file ? Describe the various modes of opening a binary file.
  9. --- Content provided by FirstRanker.com ---

?

FirstRanker.com

Firstranker's choice

FirstRanker.com

Code No: R10105/R10

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

Set No. 2

I B.Tech I Semester Supplementary Examinations, Oct/Nov 2013

C PROGRAMMING

(Common to Civil Engineering, Electrical & Electronics Engineering,

Mechanical Engineering, Electronics & Communication Engineering,

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

Computer Science & Engineering, Chemical Engineering, Electronics &

Instrumentation Engineering, Bio-Medical Engineering, Information

Technology, Electronics & Computer Engineering, Aeronautical

Engineering, Bio-Technology, Automobile Engineering, Mining and

Petroliem Technology)

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

Time: 3 hours

Max Marks: 75

Answer any FIVE Questions

All Questions carry equal marks

*****

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

  1. (a) What is CPU? Explain about various components of CPU. [8+7]
    (b) Differentiate between hardware and software
  2. What are bitwise shifting operators? Explain about bitwise shifting operators with suitable programming example. [15]
  3. (a) Explain different looping statements with syntax and examples [8+7]
    (b) Write a C program to find the sum of the following series: 12+22+32+...+n2
  4. --- Content provided by⁠ FirstRanker.com ---

  5. Write a program to find rank of a matrix. [15]
  6. (a) What are the different standard library functions available in 'C'? [8+7]
    (b) Write a 'C' program to calculate factorial of a number using with argument and no return type.
  7. (a) Write short notes on Pointers. [15]
    (b) What are the various operations performed in Pointers. Explain with an example.
  8. --- Content provided by​ FirstRanker.com ---

  9. (a) What are different ways of accessing structure elements. [8+7]
    (b) Declare a structure with the elements Book No., Book Name, Book Price. and write a program to access the elements.
  10. (a) What is a File and what advantage do disk files have over holding data in memory [7+8]
    (b) Write the syntax for opening and closing a file.

?

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

FirstRanker.com

Firstranker's choice

FirstRanker.com

Code No: R10105/R10

Set No. 3

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

I B.Tech I Semester Supplementary Examinations, Oct/Nov 2013

C PROGRAMMING

(Common to Civil Engineering, Electrical & Electronics Engineering,

Mechanical Engineering, Electronics & Communication Engineering,

Computer Science & Engineering, Chemical Engineering, Electronics &

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

Instrumentation Engineering, Bio-Medical Engineering, Information

Technology, Electronics & Computer Engineering, Aeronautical

Engineering, Bio-Technology, Automobile Engineering, Mining and

Petroliem Technology)

Time: 3 hours

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

Max Marks: 75

Answer any FIVE Questions

All Questions carry equal marks

*****

  1. What are assignment operators in C? Explain about assignment operators in C with appropriate examples [15]
  2. --- Content provided by​ FirstRanker.com ---

  3. (a) What are selection statements? What is the necessity of selection statements? Justify your answer. [8+7]
    (b) Write a C program to find whether the seller has earned profit or loss. Selling price and Cost price is read through keyboard.
  4. (a) Write a C program to compare two strings for equality without strcmp( ) function? [8+7]
    (b) Write a C program to check if the given string is palindrome or not?
  5. How multidimensional array is passed to function, how are the formal argument declaration written? Compare with one dimensional array. [15]
  6. --- Content provided by‌ FirstRanker.com ---

  7. (a) Compare Function and Recursive Function. [7+8]
    (b) Explain the concept of Function.
  8. (a) Write short notes on Pointers. [15]
    (b) What are the various operations performed in Pointers. Explain with an example.
  9. What is nested structure. Give the syntax. Explain with an example [15]
  10. --- Content provided by‌ FirstRanker.com ---

  11. Explain the operation of random access file, mention its advantage and disadvantage with example. [15]

?

FirstRanker.com

Firstranker's choice

FirstRanker.com

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

Code No: R10105/R10

Set No. 4

I B.Tech I Semester Supplementary Examinations, Oct/Nov 2013

C PROGRAMMING

(Common to Civil Engineering, Electrical & Electronics Engineering,

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

Mechanical Engineering, Electronics & Communication Engineering,

Computer Science & Engineering, Chemical Engineering, Electronics &

Instrumentation Engineering, Bio-Medical Engineering, Information

Technology, Electronics & Computer Engineering, Aeronautical

Engineering, Bio-Technology, Automobile Engineering, Mining and

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

Petroliem Technology)

Time: 3 hours

Max Marks: 75

Answer any FIVE Questions

All Questions carry equal marks

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

*****

  1. What are constants in C? Explain about various constants used in C [15]
  2. Differentiate the conditional operator with if else statement. Explain with appropriate examples [15]
  3. (a) Explain the various formats of ‘for' loop? [8+7]
    (b) Write a C program to generate fibonacci series until given number?
  4. --- Content provided by⁠ FirstRanker.com ---

  5. How multidimensional array is passed to function, how are the formal argument declaration written? Compare with one dimensional array [15]
  6. (a) Write short notes on nesting of functions. [6+9]
    (b) Write a C program to explain call by value and call by reference concept.
  7. (a) What is a null pointer? When it is used? [7+8]
    (b) What is a 'void' pointer? When ‘void' pointer is used?
  8. --- Content provided by⁠ FirstRanker.com ---

  9. What are the different ways to copy the elements of one structure into another structure. Explain with an example [15]
  10. Describe types of files with an example. [15]

?


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


This download link is referred from the post: JNTU Kakinada B-Tech 1-1 last 10 year question papers 2009 -2019 -All regulation- All branches- 1st Year 1st Sem