SlideShare a Scribd company logo
Slide 1 of 3Ver. 1.0
Programming in C
In this session, you will do the practice questions of Chapter
7 and Chapter 8.
Practice Questions
Slide 2 of 3Ver. 1.0
Programming in C
Chapter 7
1. You are a part of a database software development team.
The software you are developing is to be used to create
and query on database files. You are assigned the task of
writing a C program, which displays the structure of any
database file, as given in the following file.
Microsoft Word
Document
Slide 3 of 3Ver. 1.0
Programming in C
Chapter 8
1. Read a file after the first 10 characters and print it on
screen. (Hint: Create a text file by the name of
Example.txt and write 2-3 lines of content in it.)
2. Write your name 10 character after the end of the file. Also,
use the exit() function to terminate the execution, if you
are unable to write or open the file.

More Related Content

PDF
English for Computer unit 3 Software
PDF
Font file formats: TrueType (TTF), PostScript y OpenType (OTF)
PDF
5_Practice_Exercise_-_1
PPT
Repair 2GB corrupted PST files
PPT
windows 3.2
DOC
Introduction to IT
DOCX
Shri test paper test 1
PDF
U1A3
English for Computer unit 3 Software
Font file formats: TrueType (TTF), PostScript y OpenType (OTF)
5_Practice_Exercise_-_1
Repair 2GB corrupted PST files
windows 3.2
Introduction to IT
Shri test paper test 1
U1A3

Viewers also liked (6)

PPS
C programming session 10
PPS
C programming session 04
PPS
C programming session 05
PPS
C programming session 01
PPS
C programming session 02
PDF
Sql create table statement
C programming session 10
C programming session 04
C programming session 05
C programming session 01
C programming session 02
Sql create table statement
Ad

Similar to C programming session 16 (20)

PPS
C programming session 16
PPS
C programming session 11
PPT
CODING-DAY-2-INTRODUCTION TO C PROGRAMMING.ppt
PDF
C tutorials
PDF
PDF
C notes.pdf
PDF
Let Us C-Yashwant Kanetkar.pdf
PDF
Let us c - Assignment for presentation..
PDF
0769-let-us-c.pdf
PDF
Programming with c language practical manual
PDF
Lenguaje de Programación en C Presentacion
PPTX
PPS
C programming session 11
PPTX
C Programming Unit-1
PPS
C programming session 05
PPTX
psp-all-unit-lecture-content- all syllabus
PDF
C programing Tutorial
PDF
The New Yorker cartoon premium membership of the
PDF
C programming language tutorial for beginers.pdf
PPTX
LESSON 6-Computer programming control structure 1
C programming session 16
C programming session 11
CODING-DAY-2-INTRODUCTION TO C PROGRAMMING.ppt
C tutorials
C notes.pdf
Let Us C-Yashwant Kanetkar.pdf
Let us c - Assignment for presentation..
0769-let-us-c.pdf
Programming with c language practical manual
Lenguaje de Programación en C Presentacion
C programming session 11
C Programming Unit-1
C programming session 05
psp-all-unit-lecture-content- all syllabus
C programing Tutorial
The New Yorker cartoon premium membership of the
C programming language tutorial for beginers.pdf
LESSON 6-Computer programming control structure 1
Ad

More from Vivek Singh (20)

PPS
C programming session 14
PPS
C programming session 13
PPS
C programming session 08
PPS
C programming session 07
PDF
Niit aptitude question paper
PDF
Excel shortcut and tips
PDF
Sql where clause
PDF
Sql update statement
PDF
Sql tutorial, tutorials sql
PDF
Sql subquery
PDF
Sql select statement
PDF
Sql rename
PDF
Sql query tuning or query optimization
PDF
Sql query tips or query optimization
PDF
Sql order by clause
PDF
Sql operators comparision & logical operators
PDF
Sql logical operators
PDF
Sql joins
PDF
Sql integrity constraints
PDF
Sql insert statement
C programming session 14
C programming session 13
C programming session 08
C programming session 07
Niit aptitude question paper
Excel shortcut and tips
Sql where clause
Sql update statement
Sql tutorial, tutorials sql
Sql subquery
Sql select statement
Sql rename
Sql query tuning or query optimization
Sql query tips or query optimization
Sql order by clause
Sql operators comparision & logical operators
Sql logical operators
Sql joins
Sql integrity constraints
Sql insert statement

C programming session 16

  • 1. Slide 1 of 3Ver. 1.0 Programming in C In this session, you will do the practice questions of Chapter 7 and Chapter 8. Practice Questions
  • 2. Slide 2 of 3Ver. 1.0 Programming in C Chapter 7 1. You are a part of a database software development team. The software you are developing is to be used to create and query on database files. You are assigned the task of writing a C program, which displays the structure of any database file, as given in the following file. Microsoft Word Document
  • 3. Slide 3 of 3Ver. 1.0 Programming in C Chapter 8 1. Read a file after the first 10 characters and print it on screen. (Hint: Create a text file by the name of Example.txt and write 2-3 lines of content in it.) 2. Write your name 10 character after the end of the file. Also, use the exit() function to terminate the execution, if you are unable to write or open the file.

Editor's Notes

  • #2: Begin the session by explaining the objectives of the session.