Search Header Logo

Team_Activities_April

Authored by Amrutha Ramakrishna

English

Professional Development

Used 4+ times

Team_Activities_April
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C is the successor of ___ programming language

C++

B++

B

Mini C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library functions help users to dynamically allocate memory?

memalloc() and alloc()

malloc() and memalloc()

malloc() and calloc()

memalloc() and calloc()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a program be compiled without main() function?

Yes

No

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is there any difference between following declarations?

1 : extern int fun();

2 : int fun();

Both are identical

No difference, except extern int fun(); is probably in another file

int fun(); is overrided with extern int fun();

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the father of C language?

Charles Babbage

Dennis Ritchie

James Gosling

Guido van Rossum

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include<stdio.h>


main()

{

char *p = NULL;


printf("%c", *p);

}

NULL

0

Compile error

Runtime error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate !(1 && !(0 || 1)).

True

False

Unevaluatable

Access all questions and much more by creating a free account

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

Already have an account?