>
Exams
>
Programming and Data Structure
>
Pointer
>
in a linked list a pointer of the last node contai
Question:
In a linked list, a pointer of the last node contains a special value, called
CUET (PG) - 2023
CUET (PG)
Updated On:
Mar 16, 2024
NULL Pointer
ZERO Pointer
Link Pointer
Next Pointer
Show Solution
Verified By Collegedunia
The Correct Option is
A
Solution and Explanation
The correct option is(A): NULL Pointer
Download Solution in PDF
Was this answer helpful?
0
0
Top CUET PG Programming and Data Structure Questions
Which of the following string does not belong to the set of strings represented by regular expression (a+b)* (ab+bba)
CUET (PG) - 2023
Programming and Data Structure
Character String
View Solution
What will be the output of the following program assuming that the array begins at location 1002?
#include<stdio.h>
void main()
{int a[2] [3] [4] ={ {1,2,3,4,5,6,7,8,9,1,1,2,}, {2,1,4,7,6,7,8,9,0,0,0,0}};
printf("/n%u%u%u %d", a, *a, **a, ***a);
CUET (PG) - 2023
Programming and Data Structure
Programming in C
View Solution
Match List I with List II
List I
List II
A
printf("%d", size of (3.14));
I
5
B
Union A (intx, float y,} printf("%d", size of (A));
II
4
C
Invalid ostruct B {char x; double y;}; C. 2 printf("%d", size of (B));pcode
III
2
D
printf("%d", size of ('1'));
IV
8
CUET (PG) - 2023
Programming and Data Structure
Programming in C
View Solution
Consider table with 100 slots. colloision are resolved using chaining, assuming simple uniform hashing what is the probability that the first 3 slots are unfilled after first 3 insertion
CUET (PG) - 2023
Programming and Data Structure
Data Structures
View Solution
What is the maximum height of any AVL tree with 7 nodes? assume that the height of a tree with single node is 0
CUET (PG) - 2023
Programming and Data Structure
Data Structures
View Solution
View More Questions
Top CUET PG Questions
Given below are two statements:
Statement I
: For Plato the meaning of the word 'Justice' is basically a conception in the mind only.
Statement II
: For Plato the meaning of the word 'Justice' is fixed, mind-independently
In the light of the above statements, choose the correct answer from the options given below:
CUET (PG) - 2023
Statements and Inferences
View Solution
What is the electron count of OS6CO182-?
CUET (PG) - 2023
coordination compounds
View Solution
XeF
4
hydrolysis gives A + B, HF, and Oxygen. Find A and B
CUET (PG) - 2023
p -Block Elements
View Solution
What is more basic in pyrol and pyridine?
CUET (PG) - 2023
Amines
View Solution
Hydrolysis of Al
2
C
3
, Be
2
?
CUET (PG) - 2023
p -Block Elements
View Solution
View More Questions