What are the values of x, y, and z after executing the following code?
int main () {
int x = 24, y = 39, z = 45;
z = x + y;
y = z - y;
x = z - y;
printf ("n%d %d %d", x, y, z);
}
C BASICS

Flashcard
•
Computers
•
Professional Development
•
Hard
Quizizz Content
FREE Resource
Student preview

30 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
39 24 63
2.
FLASHCARD QUESTION
Front
Who is Father of C Language?
Back
Dennis Ritchie
3.
FLASHCARD QUESTION
Front
C Language is developed at ___________?
Back
AT & T's Bell Laboratories of USA in 1972
4.
FLASHCARD QUESTION
Front
C programs are converted into machine language with the help of
Back
A compiler
5.
FLASHCARD QUESTION
Front
Which one of the following is not a valid identifier? _examveda, 1examveda, exam_veda, examveda1
Back
1examveda
6.
FLASHCARD QUESTION
Front
Which is the only function all C programs must contain?
Back
main()
7.
FLASHCARD QUESTION
Front
Which of the following is not a correct variable type? float, real, int, char
Back
real
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
2018 IFGC CH 1 Study Flashcard

Flashcard
•
Professional Development
18 questions
Basic C++ Programming Questions

Flashcard
•
University
20 questions
Basic Music Theory Flashcard

Flashcard
•
Professional Development
20 questions
c++ programming

Flashcard
•
University
20 questions
Flashcard on C++_1

Flashcard
•
Professional Development
18 questions
Fundamentals of data Structures & Linked list

Flashcard
•
University
24 questions
C++ Basics

Flashcard
•
University
25 questions
HTML BASICS Test

Flashcard
•
KG - 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