what will happen if you free a pointer twice after
allocating memory dynamically ?
Answers were Sorted based on User's Feedback
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
1. main() { printf("%d",printf("HelloSoft")); } Output?
how to go with this?
What is meant by 'bit masking'?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
What is table lookup in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
How can you find out how much memory is available?
Can the curly brackets { } be used to enclose a single line of code?
Write a C program to perform some of the operation which can be performed using Single linked list