Why is not a pointer null after calling free?
No Answer is Posted For this Question
Be the First to Post Answer
What are extern variables in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
what is the hardware model of CFG( context free grammar)
define function
When we use void main and int main?
how will you write a program on linked lists using JAVA programming???????????
How are 16- and 32-bit numbers stored?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
In which area global, external variables are stored?
Explain how do you view the path?