C Online Lab

0 of 16 lessons complete (0%)

Embedded C Test MAR2024 Solution -COL

This is a preview lesson

Purchase this course, or sign in if you’re already enrolled, to take this lesson.

In this lesson, You sho/uld test Embedded C basics

3

Quiz will be automatically submitted after time over


Embedded C test Mar2024 with Solution

1 / 11

Where the string will be stored in following question  ?

static char * Ptr = “Embedkari” ;

2 / 11

Select the odd one

3 / 11

If const keyword is used in any variable , it will be always stored in rodata ?

4 / 11

What is the return type of getchar() in C ?

5 / 11

Pointer assigned some memory and then free that memory. After freeing when not assigned to NULL
it still points to same memory address, such pointer is called :

6 / 11

inline functions are managed by :

7 / 11

How a register  variable (register int x)  life time can be increased to program scope ?

8 / 11

Which of the following storage specifier can be used as a function parameter ?

9 / 11

Which of the following is a requirement for C program execution ?

10 / 11

Recursive functions are executed as

11 / 11

What is true about conditional compilation?

Your score is

/