What is the correct syntax for initializing a string in C?
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
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 Quizizz
10 questions
Pemrograman Dasar

Quiz
•
University
6 questions
Python

Quiz
•
University
5 questions
C Formatted scanf

Quiz
•
University
10 questions
Algoritma Struktur Data (1)

Quiz
•
University
13 questions
Java Programming Quiz

Quiz
•
University
15 questions
Technoquiz..3

Quiz
•
University
10 questions
Praktisi Mengajar - Java Test

Quiz
•
University
10 questions
Coding Challenge Round 1

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