c set 3

Quiz
•
Other
•
University
•
Hard
ESPARK 2023
Used 6+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct syntax for initializing a string in C?
char str[10] = {'H', 'e', 'l', 'l', 'o', '\0'};
char str[10] = "Hello";
char str[] = {'H', 'e', 'l', 'l', 'o', '\0'};
char str[] = "Hello";
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Comment on the following pointer declaration?
int *p, x;
p is a pointer to integer, x is not
p and x, both are pointers to integer
p is pointer to integer, x may or may not be
p and x both are not pointers to integer
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which function is used to compare two strings in C?
strcmp()
strcmpi()
compare()
cmpi()
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
If we pass an array as an argument to a function, what actually gets passed?
Value of elements in array
First element of the array
Base address of the array i.e., the address of the first element
Address of the last element of array
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the output of following?
3, 2, 515
515, 2, 3
3, 2, 5
515, 515, 4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code?
30
-10
20
100
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the output of the following program?
5
15
20
0
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Quiz-4: Function & Array

Quiz
•
University
13 questions
Java Programming Quiz

Quiz
•
University
10 questions
Java set3

Quiz
•
University
15 questions
Exploring C: Strings, Arrays, Functions

Quiz
•
University
10 questions
Understanding Arrays in Programming

Quiz
•
University
10 questions
Praktisi Mengajar - Java Test

Quiz
•
University
12 questions
C++ Programming Language

Quiz
•
University
10 questions
POST TEST MODULE 4

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade