What is chain pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
what does ‘segmentation violation’ mean?
What is #define in c?
how do we remove the printed character in printf statement and write next it it
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How would you find a cycle in a linked list?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
What happens if a header file is included twice?
can i know the source code for reversing a linked list with out using a temporary variable?
Explain how are portions of a program disabled in demo versions?
How would you print out the data in a binary tree, level by level, starting at the top?
What is the difference between far and near in c?
Is c language still used?