Linked lists -- can you tell me how to check whether a linked list is circular?
No Answer is Posted For this Question
Be the First to Post Answer
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Give basis knowledge of web designing ...
how to find sum of 5 digits in C?
what is an ERP?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
What is volatile variable in c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Why shouldn’t I start variable names with underscores?
What are unions in c?
program for swapping two strings by using pointers in c language