Explain what happens if you free a pointer twice?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is volatile

2 Answers  


What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


which is conditional construct a) if statement b) switch statement c) while/for d) goto

0 Answers  


Where can I get an ansi-compatible lint?

0 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


Write a factorial program using C.

0 Answers   iNautix,


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


Can variables be declared anywhere in c?

0 Answers  


How can I do peek and poke in c?

0 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


Categories