What does. int *x[](); means ?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
which do you prefer C or Pascal?
What is this infamous null pointer, anyway?
Write a program to find factorial of a number using recursive function.
What will happen when freeing memory twice
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
write a c program to find the probability of random numbers between 1-1000
Explain what is the difference between #include and #include 'file' ?
What is the difference between new and malloc functions?
What are the differences between Structures and Arrays?