What are dangling pointers?
Answer / nashiinformaticssolutions
Pointers pointing to memory that has been deallocated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can u return two values using return keyword? If yes, how? If no, why?
How can you call a function, given its name as a string?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
How can I manipulate individual bits?
main() { clrscr(); } clrscr();
can we write a program in c for printf and scanf without using header file stdio.h
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
how to use enum datatype?Please explain me?
How does memset() work in C?
to get a line of text and count the number of vowels in it
what do the 'c' and 'v' in argc and argv stand for?
Explain how do you view the path?