C BASICS

C BASICS

Assessment

Flashcard

Computers

Professional Development

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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);
}

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?