Explain what happens if you free a pointer twice?
No Answer is Posted For this Question
Be the First to Post Answer
what is recursion in C
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
write a program to find the largest and second largest integer from an array
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
what will happen if you free a pointer twice after allocating memory dynamically ?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Explain the bubble sort algorithm.
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
Write a code on reverse string and its complexity.
Explain about C function prototype?
What is variables in c?
what is answer for perfect number????????????????