a linear linked list such that the link field of its last node points to the first node instead of containing NULL
a) linked list
b) circular linked list
c) sequential linked list
d) none
No Answer is Posted For this Question
Be the First to Post Answer
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
what defference between c and c++ ?
What is extern storage class in c?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }
differentiate built-in functions and user – defined functions.
array of pointer pointer to array pointer to pointer
what is c
What is the use of getch ()?
what is the difference between getch() and getchar()?
what is the difference between class and unio?
How can you determine the maximum value that a numeric variable can hold?