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
What is the difference between printf and scanf )?
Do variables need to be initialized?
Write a program to print all permutations of a given string.
how to impliment 2 or more stacks in a single dimensional array ?
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; } }
Explain enumerated types in c language?
What is formal argument?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
main is a predefined or user define function if user defined why? if predefined whay?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is structure data type in c?
What happens if header file is included twice?