aglasem.com
Schools Admission Mock Test Playground
ClassChoose class
StateSelect state

Karnataka SSLC Question Paper 2024 Programming in ANSI C

Get Karnataka SSLC Question Paper 2024 Programming in ANSI C pdf. Download Karnataka 10th PYQP at aglasem.com More Detail
Karnataka SSLC Question Paper 2024 Programming in ANSI C - Page 1 of 10

Finished viewing? Save it for later —

Download Karnataka SSLC Question Paper 2024 Programming in ANSI C (PDF · 10 pages)
Downloaded 13 times

About Karnataka SSLC Question Paper 2024 Programming in ANSI C

Karnataka SSLC Question Paper 2024 Programming in ANSI C is available here for free download. Published by Karnataka Board for Class 10, this question paper can be viewed online or downloaded as a PDF (10 pages). Candidates preparing for Class 10 can use Karnataka SSLC Question Paper 2024 Programming in ANSI C to understand the exam pattern, the type of questions asked, and the overall difficulty level.

Frequently Asked Questions

How can I download Karnataka SSLC Question Paper 2024 Programming in ANSI C?

Open this page and click the Download button to save Karnataka SSLC Question Paper 2024 Programming in ANSI C as a PDF. It is completely free on AglaSem Docs.

Is Karnataka SSLC Question Paper 2024 Programming in ANSI C free to download?

Yes. Karnataka SSLC Question Paper 2024 Programming in ANSI C can be viewed online and downloaded as a PDF free of cost on AglaSem Docs.

How many pages does Karnataka SSLC Question Paper 2024 Programming in ANSI C have?

Karnataka SSLC Question Paper 2024 Programming in ANSI C contains 10 pages, which you can read online or download together as a single PDF.

Where can I find more Class 10 study material?

You can find more Class 10 question papers, sample papers, syllabus, and answer keys on AglaSem Docs.

Karnataka SSLC Question Paper 2024 Programming in ANSI C – Text

Read the full text of this question paper below — useful to quickly search, copy and reference the content online without downloading the PDF.

📄 View text version (10 pages)

Page 1

Karnataka School Examination and Assessment Board

QUESTION
PAPERS
2024

Page 2

CCE RF/RR (A)/666/044

BΔ«M•⁄ O⁄}⁄°¬“
A

Question Paper Serial No.
Jlflo »⁄flfl¶√}⁄ Æ⁄‚¥lV⁄◊⁄ —⁄MSÊ¿ : 8 ]
Total No. of Printed Pages : 8 ]

Jlflo Æ⁄√ÀÊ-V⁄◊⁄ —⁄MSÊ¿ : 8 ] CCE RF/RR
Total No. of Questions : 8 ] FULL SYLLABUS
—⁄MOÊfi}⁄ —⁄MSÊ¿ : 54
Code No. : 54

TEAR HERE TO OPEN THE QUESTION PAPER
ËÐÜ¿á : ±æäÅàWÝÅËáíW… C®… GG®…GÓ…I "Ô'

Æ⁄√ÀÊ-Æ⁄~√OÊæ⁄fl´⁄fl-}Ê¡Êæ⁄flƒfl BΔ« O⁄}⁄°¬“
Subject : PROGRAMMING IN ANSI ‘C’
(ÍÝÇÝ A»Ü¦ì / ÍÝÇÝ ±Üâ®ÜÃÝÊÜ£ìñÜ A»Ü¦ì)
(Regular Fresh / Regular Repeater)

03. 04. 2024
¶´¤MO⁄ : 03. 04. 2024 ] [ Date : 03. 04. 2024
ÓÜÊÜá¿á : ¸æÙÜWæY 10-15 Äí¨Ü ÊÜá«ÝÂÖܰ 1-30 ÃÜÊÜÃæWæ ] [ Time : 10-15 A.M. to 1-30 P.M.
V⁄¬Œ⁄r @MO⁄V⁄◊⁄fl : 80 ] [ Max. Marks : 80
Cut here /BΔ« O⁄}⁄°¬“
General Instructions to the Candidate :
1. This question paper consists of 8 questions in all.
2. This question paper has been sealed by reverse jacket. You have to cut
on the right side to open the paper at the time of commencement of
the examination ( Follow the arrow ). Do not cut the left side to open
the paper. Check whether all the pages of the question paper are intact.
3. Follow the instructions given against the questions.
4. Figures in the right hand margin indicate maximum marks for the
questions.
5. The maximum time to answer the paper is given at the top of the
question paper. It includes 15 minutes for reading the question paper.
6. Ensure that the Version of the question paper distributed to you and
Tear here

the Version printed on your admission ticket is the same.

1 of 8

Page 3

CCE RF/RR (A)/666/044 54

Note : Answer all the questions.

1. Four alternatives are given for each of the following

questions / incomplete statements. Select the most

appropriate alternative and write it in the answer book along

with its alphabet : 10 × 1 = 10

i) Which of the following languages is predecessor of

C programming language ?

(A) C++ (B) Java

(C) BCPL (D) B

ii) What is required in each C program ?

(A) The program must have at least one function

(B) The program does not require any function

(C) Input data

(D) Output data

03. 04. 2024 2 of 8

Page 4

CCE RF/RR (A)/666/044 54

iii) The rule of a grammar in a C character set is known as

(A) main (B) syntax

(C) scan (D) print

iv) Which is correct with respect to the size of the data types in

C language ?

(A) char > int > float (B) int < char < float

(C) char < int < float (D) int < char > float

v) The bitwise AND operator is

(A) ! (B) =

(C) && (D) &

03. 04. 2024 3 of 8

Page 5

CCE RF/RR (A)/666/044 54

vi) The operator % in C language is called

(A) percentage operator (B) modulus operator

(C) quotient operator (D) division operator

vii) The conversion specification character for single

character is

(A) %e (B) %d

(C) %c (D) %s

viii) The escape character used for horizontal tab is

(A) \t (B) \h

(C) \ht (D) \a

03. 04. 2024 4 of 8

Page 6

CCE RF/RR (A)/666/044 54

ix) Which is an unconditional branching statement ?

(A) do ... while (B) switch

(C) if ... else (D) goto

x) Repeated execution of a set of statements is called

(A) nesting (B) loop

(C) break (D) while

2. a) List the modifiers that are available for integer data type. 2

b) Write the structure of a C program. 3

c) Mention any five applications of C language. 5

3. a) Write the different steps involved in executing a C program.

2

b) Classify the types of C constants. 3

03. 04. 2024 5 of 8

Page 7

CCE RF/RR (A)/666/044 54

c) Write a short note on declaring variables. 5

4. a) Define symbolic constant. 2

b) Explain the use of logical operator. 3

c) Explain the various arithmetic operators with examples. 5

5. a) Explain escape sequences. 2

b) Write a C program to read two integer numbers and find the

difference of these two numbers. 8

6. a) Explain string constants. 2

b) Write a C program to find the area of a circle. 8

7. a) Mention the types of unformatted input and output

functions. 2

03. 04. 2024 6 of 8

Page 8

CCE RF/RR (A)/666/044 54

b) Write a C program to convert degree Fahrenheit to degree

Centigrade. 8

8. a) Explain do ... while statement. 2

b) Write a C program to check whether a given number is

divisible by 5. 8

03. 04. 2024 7 of 8

Page 9

CCE RF/RR (A)/666/044 54

03. 04. 2024 8 of 8

Page 10

QUESTION PAPERS
GET PREVIOUS YEAR QUESTION PAPERS FOR ALL CLASSES FOR CBSE, ISCSE, ISC AND ALL ALL
STATE BOARDS HERE AT

Andhra Pradesh Board Question Papers
BOARD
WISE Assam Board Question Papers
Bihar Board Question Papers
Chhattisgarh Board Question Papers
Goa Board Question Papers
Gujarat Board Question Papers
Haryana Board Question Papers
Himachal Pradesh Board Question Papers
J&K State Board Question Papers
Jharkhand Board Question Papers
Karnataka Board Question Papers
Kerala Board Question Papers
Madhya Pradesh Board Question Papers
Maharashtra State Board Question Papers
Manipur Board Question Papers
Meghalaya Board Question Papers
Mizoram Board Question Papers
Nagaland Board Question Papers
Orissa Board Question Papers
Punjab Board Question Papers
Rajasthan Board Question Papers
Tamil Nadu Board Question Papers
Telangana State Board Question Papers
Tripura Board Question Papers
Uttarakhand Board Question Papers
Uttar Pradesh (UP) Board Question Papers
West Bengal (WB) Board Question Papers

Document Details

Board / OrgKarnataka Board
ExamClass 10
TypeQuestion Paper
Pages10
Updated15 Jul 2026