pgm to find any error in linklist(in single linklist check
whether any node points any of previous nodes instead of
next node)
No Answer is Posted For this Question
Be the First to Post Answer
Explain can static variables be declared in a header file?
What is the difference between the local variable and global variable in c?
Explain union.
Explain how do you determine whether to use a stream function or a low-level function?
what is the difference between NULL('\0') and 0?
Is stack a keyword in c?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
What is a example of a variable?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Write a program to generate random numbers in c?
What is the purpose of sprintf?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.