Answer Posted / nashiinformaticssolutions
Pointers pointing to memory that has been deallocated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is reason of your company position's in india no. 1.
How does sizeof know array size?
Differentiate between null and void pointers.
Does c have function or method?
Which is better oop or procedural?
What the different types of arrays in c?
Write a simple code fragment that will check if a number is positive or negative.
What are the applications of c language?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Can we declare function inside main?
Write a program to find factorial of a number using recursive function.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is string function c?
How can I list all of the predefined identifiers?
What is the purpose of the preprocessor directive error?