Does free set pointer to null?
No Answer is Posted For this Question
Be the First to Post Answer
tell me the full form of c?
When a c file is executed there are many files that are automatically opened what are they files?
Can you define which header file to include at compile time?
Function to find the given number is a power of 2 or not?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
Why c is faster than c++?
can you change name of main()?how?
When should I declare a function?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
How Many Header Files in c?
What is the difference b/w Structure & Union?