Array can be considered as set of elements stored in consecutive memory locations but having __________.
Arrays and Strings in C

Flashcard
•
Computers
•
12th Grade - University
•
Hard
Quizizz Content
FREE Resource
Student preview

56 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
Same data type
2.
FLASHCARD QUESTION
Front
What is the proper declaration for an array that has 2 rows and 3 columns?
Back
type arr[2][3];
3.
FLASHCARD QUESTION
Front
How can I store the value 10 into the second row, first column of my array that I have declared as int numbers[10][10]?
Back
numbers[1][0] = 10
4.
FLASHCARD QUESTION
Front
Back
1 2 3 4 5 0
5.
FLASHCARD QUESTION
Front
if two strings are identical then function strcmp() returns
Back
0
6.
FLASHCARD QUESTION
Front
What will be the output of the program?
#include <stdio.h>
#include<string.h>
void main()
{
char str1[20]="Hello",str2="world";
strcat(str1,str2);
puts(str1);
return 0;
}
Back
Helloworld
7.
FLASHCARD QUESTION
Front
What will be printed by the code: str1="6/4"; printf("str1");
Back
str1
Create a free account and access millions of resources
Similar Resources on Quizizz
44 questions
EPF Unit 4 Financial Planning Review

Flashcard
•
12th Grade
52 questions
Coding Review

Flashcard
•
9th - 12th Grade
40 questions
AP Computer Science A Final Review

Flashcard
•
10th Grade - University
45 questions
Python Unit 1-2 Review

Flashcard
•
9th - 12th Grade
45 questions
APCSA Practice test mine

Flashcard
•
11th Grade
49 questions
Study Guide

Flashcard
•
9th - 12th Grade
44 questions
DBI202-Fa24

Flashcard
•
KG - University
48 questions
Arduino programming flashcard 1

Flashcard
•
11th - 12th Grade
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

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

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University