C BASICS

C BASICS

Professional Development

30 Qs

quiz-placeholder

Similar activities

Microsoft Excel Certification Exam

Microsoft Excel Certification Exam

Professional Development

25 Qs

Input and Output devices

Input and Output devices

University - Professional Development

26 Qs

War Games Film Quiz

War Games Film Quiz

Professional Development

26 Qs

Set 1

Set 1

University - Professional Development

25 Qs

fun facts

fun facts

4th Grade - Professional Development

25 Qs

Simulasi Digital SMK Sem-2

Simulasi Digital SMK Sem-2

Professional Development

25 Qs

TUGAS SIMDIG DARING KLS X-TB1

TUGAS SIMDIG DARING KLS X-TB1

Professional Development

25 Qs

GCP-FOUND -SET7

GCP-FOUND -SET7

Professional Development

25 Qs

C BASICS

C BASICS

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Anu priya

Used 172+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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


}

24 39 63

39 24 63

24 39 45

39 24 45

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Who is Father of C Language

Bjarne Stroustrup

James A. Gosling

Dennis Ritchie

Dr. E.F. Codd

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

C Language is developed at ___________?

AT & T's Bell Laboratories of USA in 1972

AT & T's Bell Laboratories of USA in 1970

Sun Microsystems in 1973

Cambridge University in 1972

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

C programs are converted into machine language with the help of

An Editor

A compiler

An operating system

None of these.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one of the following is not a valid identifier?

_examveda

1examveda

exam_veda

examveda1

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the only function all C programs must contain?

start()

system()

printf()

main()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a correct variable type?

float

real

int

char

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?