C02:2: From given option which one is Library that is used in c programming?

Module01_C_M_M&A

Quiz
•
Engineering
•
University
•
Hard

Nafees Ahmed Khan
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
include
stdio
printf
return
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
CO1:2: In the following program which variable is global variable?
#include <stdio.h>
int result = 0;
int main() {
int num1, num2;
printf("Enter first number: ");
scanf("%d", &num1);
printf("Enter second number: ");
scanf("%d", &num2);
result = num1 + num2;
printf("Sum: %d\n", result);
return 0;
}
num1
num2
result
num1 and num2
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
CO1:1: Identify from the given options which are the correct identifiers?
return
Age
_cars
1apple
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
CO2:2: To store a string "hello world", which data type is used.
int
float
char
double
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
CO2:2: From the given options, which one is correct data type for defining 10.75.
int data=10.75
float data=10.75
char data=10.75
none
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
CO1:1: what are the correct way to define constant in a program.
#define MAX 100
const float pi = 3.14159
const pi = 3.14159
#define MAX
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
CO1:1: From given option, which function is used to display single character as output.
getchar( )
putchar( )
gets( )
puts( )
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Internal Lab Quiz-1 CSECS

Quiz
•
University
18 questions
Quiz sobre Instrucciones Base de Java

Quiz
•
University
12 questions
LinkedLists

Quiz
•
University
10 questions
C++_1_variables_if_switch_easy_level

Quiz
•
University
10 questions
Module 1_Introduction to C Programming

Quiz
•
University
10 questions
C Programming Day-10

Quiz
•
University
14 questions
Preguntas sobre Punteros en C/C++

Quiz
•
University
17 questions
Devoir Initiation Python

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade