Preprocessor

cc913fdabe44b5576dd8bd394893d7df 12 min scaled

C Programming quiz on Preprocessor 

0
Created on By 52fd849a905aedf0249df9e69d61b55a?s=32&d=mm&r=gwefru

Preprocessor

TEST YOUR BROAD SKILLS

1 / 10

Q.141 In the following code, the P2 is Integer Pointer or Integer?

typedef int *ptr;ptr p1, p2;

2 / 10

Q.142    Which header file should be included to use functions like malloc() and calloc()?

3 / 10

Q.143  What function should be used to free the memory allocated by calloc() ?

4 / 10

Q.144 Specify the 2 library functions to dynamically allocate memory?

 

5 / 10

Q.145 Which header file should be included to use functions like malloc() and calloc()?

6 / 10

Q.146 What do the following declaration signify?

int *ptr[30];

7 / 10

Q.147 What do the following declaration signify?

int (*pf)();

8 / 10

Q.148 What do the following declaration signify?

void *cmp();

9 / 10

Q.149 What do the following declaration signify?

int *f();

10 / 10

Q.150 What do the following declaration signify?

void (*cmp)();

Your score is

The average score is 0%

0%

Leave a Reply

Your email address will not be published. Required fields are marked *