TCS Company Programming Output

int **ptr; is?
1. Pointer to integer
2. None of these
3. Pointer to pointer
4. Invalid declaration

Read Solution (Total 2)

TCS Other Question

In the standard library of C programming language, which of the following
header file is designed for basic mathematical operations?
1. conio.h
2. stdio.h
3. math.h
4. Dos.h
Which of the following special symbol allowed in a variable name?
1. (underscore)
2. - (hyphen)
3. | (pipeline)
4. * (asterisk)