What is dangling pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Give basis knowledge of web designing ...
Define circular linked list.
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
What is the default value of local and global variables in c?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What are the properties of union in c?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
What is the use of the sizeof operator?
What is the difference between arrays and pointers?