what will happen if you free a pointer twice after
allocating memory dynamically ?
Answer Posted / karnik ankit
segmentation fault will be created
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is typedef example?
Using which language Test cases are added in .ptu file of RTRT unit testing???
I heard that you have to include stdio.h before calling printf. Why?
What are the 4 types of functions?
What do you mean by invalid pointer arithmetic?
What does c mean in basketball?
How a string is stored in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are header files and explain what are its uses in c programming?
What is the difference between a function and a method in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Which one would you prefer - a macro or a function?
In C programming, what command or code can be used to determine if a number of odd or even?
Explain what is the difference between #include and #include 'file' ?
What is context in c?