
CS 341 Lab 1 Spring 2024

Flashcard
•
Computers
•
University
•
Hard
Wayground Content
FREE Resource
Student preview

7 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following does not depend on the architecture of the computer? Options: sizeof(char*), sizeof(char), sizeof(int), sizeof(int*)
Back
sizeof(char)
2.
FLASHCARD QUESTION
Front
Which of the following is a system call? printf, fprintf, write, scanf
Back
write
3.
FLASHCARD QUESTION
Front
Which of the following is NOT true about malloc?
The memory allocated by malloc is not initialized.
Malloc will always allocate a block of memory.
Malloc may return NULL if the requested block size is 0.
The pointer returned by malloc is of type void*.
Back
Malloc will always allocate a block of memory.
4.
FLASHCARD QUESTION
Front
How do you allocate sufficient space on the heap to copy an existing string pointed to by a char pointer char* src? Options: malloc(sizeof(src) + 1), malloc(sizeof(src)), malloc(strlen(src) + 1), malloc(strlen(src))
Back
malloc(strlen(src) + 1)
5.
FLASHCARD QUESTION
Front
What is the output of the following code snippet? (Assume that an int is 4 bytes)
char* ptr = "123456789\0";
int *int_ptr = (int*)ptr;
printf("%s", int_ptr + 1);
Back
56789
6.
FLASHCARD QUESTION
Front
What are the data types of ptr1 and ptr2 if the above line is executed? int* ptr1, ptr2;
Back
int*, int
7.
FLASHCARD QUESTION
Front
What is the value of y in the following code?
int x;
int y = x + 2;
Back
Undefined
Similar Resources on Wayground
10 questions
CELESTIA

Flashcard
•
University
7 questions
[862] Esp_Unity M1L2

Flashcard
•
KG
9 questions
Java OOP

Flashcard
•
Professional Development
7 questions
LUYỆN TẬP TÍCH PHÂN (TỪNG PHẦN)

Flashcard
•
12th Grade
5 questions
Arrays

Flashcard
•
11th Grade
7 questions
HTML Element Whitespace

Flashcard
•
University
9 questions
Ben's Flashcard

Flashcard
•
KG - University
10 questions
Pseint

Flashcard
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade