C Programming Quiz

C Programming Quiz

12th Grade

50 Qs

quiz-placeholder

Similar activities

Java Fundamentals

Java Fundamentals

10th - 12th Grade

47 Qs

Python programmin Quiz-I

Python programmin Quiz-I

12th Grade

48 Qs

APCSA Mid-Unit 3 Review

APCSA Mid-Unit 3 Review

12th Grade

46 Qs

CSP Python Test

CSP Python Test

9th - 12th Grade

52 Qs

Basic Java with CodeHS

Basic Java with CodeHS

9th - 12th Grade

50 Qs

2024 Final Exam Review PFGT

2024 Final Exam Review PFGT

9th - 12th Grade

55 Qs

software dev

software dev

9th - 12th Grade

50 Qs

Python Arithmetic operators

Python Arithmetic operators

12th Grade

50 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

veera yams

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is NOT a logical or relational operator?

!=

0

||

!=

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Relational operators cannot be used on ____________

structure

long

strings

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C99 standard guarantees uniqueness of __________ characters for internal names.

31

63

12

14

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid variable name declaration?

int _a3;

int a_3;

int 3_a;

int _3a

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keywords in C are in ____________

LowerCase letters

UpperCase letters

CamelCase letters

Sentence case letter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C99 standard guarantees uniqueness of ___________ characters for external names.

31

6

12

14

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variable name resolution (number of significant characters for the uniqueness of variable) depends on ___________

Compiler and linker implementations

Assemblers and loaders implementations

C language

PreProcessor

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?