what is dangling pointer?
Answer / ninja
A pointer referring to an area of memory that has been
deallocated. Dereferencing such a pointer usually produces
garbage
| Is This Answer Correct ? | 18 Yes | 0 No |
Write a program to print the prime numbers from 1 to 100?
Explain what are bus errors, memory faults, and core dumps?
What is a class c rental property?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What is size of union in c?
What are local and global variables?
What is a function simple definition?
What is the proper way of these job Tell me about there full work
What are keywords c?
What's wrong with "char *p; *p = malloc(10);"?
What is the use of structure padding in c?