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
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
Should I learn c before c++?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Explain null pointer.
how to find the largest element of array without using relational operater?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
Describe dynamic data structure in c programming language?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Can an array be an Ivalue?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
When do we get logical errors?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.