Can you tell me how to check whether a linked list is circular?
If any node seems to be pointing towards the head or starting node then the linked list is circular. If no node is pointing to null.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Is it acceptable to declare/define a variable in a c header?
what is object oriental programing?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
writ a program to compare using strcmp VIVA and viva with its output.
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
what is mallloc()?how it works?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
What is a far pointer?What is the utility?
Where local variables are stored in c?