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.

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,
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
Petroliem Technology)
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
?????
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
(b) Write a C program to nd the biggest of 3 numbers [8+7]
3. (a) Write a program to count number of words, lines and characters in a text
(b) Write C program to nd out the length of given string without using string
function. [8+7]
4. Write a program to nd determinant of a matrix. [15]
5. (a) What is the advantage of using recursive function?
(b) Write a C Program to demonstrate Towers of Hanoi using Recursion. [8+7]
6. (a) Explain `Lvalue' and `Rvalue' terms in Pointers.
(b) Write a C Program to perform Binary Search using pointers. [7+8]
7. (a) What are di erent ways of accessing structure elements.
(b) Declare a structure with the elements Book. No., Book Name, Book Price.
and write a program to access the elements. [8+7]
8. (a) What is a text le? Describe the various modes of opening a text le.
(b) What is a binary le ? Describe the various modes of opening a binary le.
[7+8]
?????

FirstRanker.com - FirstRanker's Choice
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,
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
Petroliem Technology)
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
?????
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
(b) Write a C program to nd the biggest of 3 numbers [8+7]
3. (a) Write a program to count number of words, lines and characters in a text
(b) Write C program to nd out the length of given string without using string
function. [8+7]
4. Write a program to nd determinant of a matrix. [15]
5. (a) What is the advantage of using recursive function?
(b) Write a C Program to demonstrate Towers of Hanoi using Recursion. [8+7]
6. (a) Explain `Lvalue' and `Rvalue' terms in Pointers.
(b) Write a C Program to perform Binary Search using pointers. [7+8]
7. (a) What are di erent ways of accessing structure elements.
(b) Declare a structure with the elements Book. No., Book Name, Book Price.
and write a program to access the elements. [8+7]
8. (a) What is a text le? Describe the various modes of opening a text le.
(b) What is a binary le ? Describe the various modes of opening a binary le.
[7+8]
?????
Code No: R10105/R10 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,
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)
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
?????
1. (a) What is CPU? Explain about various components of CPU.
(b) Di erentiate between hardware and software [8+7]
2. What are bitwise shifting operators? Explain about bitwise shifting operators with
suitable programming example. [15]
3. (a) Explain di erent looping statements with syntax and examples
(b) Write a C program to nd the sum of the following series:
1
2
+2
2
+3
2
+. . . n
2
[8+7]
4. Write a program to nd rank of a matrix. [15]
5. (a) What are the di erent standard library functions available in 'C'?
(b) Write a 'C' program to calculate factorial of a number using with argument
and no return type. [8+7]
6. (a) Write short notes on Pointers.
(b) What are the various operations performed in Pointers. Explain with an
example. [15]
7. (a) What are di erent ways of accessing structure elements.
(b) Declare a structure with the elements Book. No., Book Name, Book Price.
and write a program to access the elements. [8+7]
8. (a) What is a File and what advantage do disk les have over holding data in
memory
(b) Write the syntax for opening and closing a le. [7+8]
?????

FirstRanker.com - FirstRanker's Choice
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,
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
Petroliem Technology)
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
?????
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
(b) Write a C program to nd the biggest of 3 numbers [8+7]
3. (a) Write a program to count number of words, lines and characters in a text
(b) Write C program to nd out the length of given string without using string
function. [8+7]
4. Write a program to nd determinant of a matrix. [15]
5. (a) What is the advantage of using recursive function?
(b) Write a C Program to demonstrate Towers of Hanoi using Recursion. [8+7]
6. (a) Explain `Lvalue' and `Rvalue' terms in Pointers.
(b) Write a C Program to perform Binary Search using pointers. [7+8]
7. (a) What are di erent ways of accessing structure elements.
(b) Declare a structure with the elements Book. No., Book Name, Book Price.
and write a program to access the elements. [8+7]
8. (a) What is a text le? Describe the various modes of opening a text le.
(b) What is a binary le ? Describe the various modes of opening a binary le.
[7+8]
?????
Code No: R10105/R10 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,
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)
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
?????
1. (a) What is CPU? Explain about various components of CPU.
(b) Di erentiate between hardware and software [8+7]
2. What are bitwise shifting operators? Explain about bitwise shifting operators with
suitable programming example. [15]
3. (a) Explain di erent looping statements with syntax and examples
(b) Write a C program to nd the sum of the following series:
1
2
+2
2
+3
2
+. . . n
2
[8+7]
4. Write a program to nd rank of a matrix. [15]
5. (a) What are the di erent standard library functions available in 'C'?
(b) Write a 'C' program to calculate factorial of a number using with argument
and no return type. [8+7]
6. (a) Write short notes on Pointers.
(b) What are the various operations performed in Pointers. Explain with an
example. [15]
7. (a) What are di erent ways of accessing structure elements.
(b) Declare a structure with the elements Book. No., Book Name, Book Price.
and write a program to access the elements. [8+7]
8. (a) What is a File and what advantage do disk les have over holding data in
memory
(b) Write the syntax for opening and closing a le. [7+8]
?????
Code No: R10105/R10 Set No. 3
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 &
Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Computer Engineering, Aeronautical
Engineering, Bio-Technology, Automobile Engineering, Mining and
Petroliem Technology)
Time: 3 hours 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 [8+7]
2. (a) What are selection statements? What is the necessity of selection statements?
Justify your answer.
(b) Write a C program to nd whether the seller has earned pro t or loss. Selling
price and Cost price is read through keyboard. [7+8]
3. (a) )Write C program compare two string for equality without strcmp( ) function?
(b) Write C program the given string is palindrome or not? [8+7]
4. How multidimensional array is passed to function, how are the formal argument
declaration written? Compare with one dimensional array. [15]
5. (a) Compare Function and Recursive Function.
(b) Explain the concept of Function. [7+8]
6. (a) Write short notes on Pointers.
(b) What are the various operations performed in Pointers. Explain with an
example. [15]
7. What is nested structure. Give the syntax. Explain with an example [15]
8. Explain the operation of random access le, mention its advantage and disadvantage
with example. [15]
?????

FirstRanker.com - FirstRanker's Choice
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,
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
Petroliem Technology)
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
?????
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
(b) Write a C program to nd the biggest of 3 numbers [8+7]
3. (a) Write a program to count number of words, lines and characters in a text
(b) Write C program to nd out the length of given string without using string
function. [8+7]
4. Write a program to nd determinant of a matrix. [15]
5. (a) What is the advantage of using recursive function?
(b) Write a C Program to demonstrate Towers of Hanoi using Recursion. [8+7]
6. (a) Explain `Lvalue' and `Rvalue' terms in Pointers.
(b) Write a C Program to perform Binary Search using pointers. [7+8]
7. (a) What are di erent ways of accessing structure elements.
(b) Declare a structure with the elements Book. No., Book Name, Book Price.
and write a program to access the elements. [8+7]
8. (a) What is a text le? Describe the various modes of opening a text le.
(b) What is a binary le ? Describe the various modes of opening a binary le.
[7+8]
?????
Code No: R10105/R10 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,
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)
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
?????
1. (a) What is CPU? Explain about various components of CPU.
(b) Di erentiate between hardware and software [8+7]
2. What are bitwise shifting operators? Explain about bitwise shifting operators with
suitable programming example. [15]
3. (a) Explain di erent looping statements with syntax and examples
(b) Write a C program to nd the sum of the following series:
1
2
+2
2
+3
2
+. . . n
2
[8+7]
4. Write a program to nd rank of a matrix. [15]
5. (a) What are the di erent standard library functions available in 'C'?
(b) Write a 'C' program to calculate factorial of a number using with argument
and no return type. [8+7]
6. (a) Write short notes on Pointers.
(b) What are the various operations performed in Pointers. Explain with an
example. [15]
7. (a) What are di erent ways of accessing structure elements.
(b) Declare a structure with the elements Book. No., Book Name, Book Price.
and write a program to access the elements. [8+7]
8. (a) What is a File and what advantage do disk les have over holding data in
memory
(b) Write the syntax for opening and closing a le. [7+8]
?????
Code No: R10105/R10 Set No. 3
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 &
Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Computer Engineering, Aeronautical
Engineering, Bio-Technology, Automobile Engineering, Mining and
Petroliem Technology)
Time: 3 hours 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 [8+7]
2. (a) What are selection statements? What is the necessity of selection statements?
Justify your answer.
(b) Write a C program to nd whether the seller has earned pro t or loss. Selling
price and Cost price is read through keyboard. [7+8]
3. (a) )Write C program compare two string for equality without strcmp( ) function?
(b) Write C program the given string is palindrome or not? [8+7]
4. How multidimensional array is passed to function, how are the formal argument
declaration written? Compare with one dimensional array. [15]
5. (a) Compare Function and Recursive Function.
(b) Explain the concept of Function. [7+8]
6. (a) Write short notes on Pointers.
(b) What are the various operations performed in Pointers. Explain with an
example. [15]
7. What is nested structure. Give the syntax. Explain with an example [15]
8. Explain the operation of random access le, mention its advantage and disadvantage
with example. [15]
?????
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,
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
Petroliem Technology)
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
?????
1. What are constants in C? Explain about various constants used in C [15]
2. Di erentiate the conditional operator with if else statement. Explain with appro-
priate examples [15]
3. (a) Explain the various formats of `for' loop?
(b) Write a C program to generate bonacci series until given number? [8+7]
4. How multidimensional array is passed to function, how are the formal argument
declaration written? Compare with one dimensional array. [15]
5. (a) Write short notes on nesting of functions.
(b) Write a C program to explain call by value and call by reference concept.
[6+9]
6. (a) What is a null pointer? When it is used?
(b) What is a `void' pointer. When `void' pointer is used? [7+8]
7. What are the di erent ways to copy the elements of one structure into another
structure. Explain with an example [15]
8. Describe types of les with an example. [15]
?????

FirstRanker.com - FirstRanker's Choice

This post was last modified on 03 December 2019