What are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What's wrong with "char *p; *p = malloc(10);"?
What are register variables? What are the advantage of using register variables?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Why do we use main function?
What is the concatenation operator?
difference between spiral and waterfall model
Can stdout be forced to print somewhere other than the screen?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What is the difference between array and pointer?
Why header files are used?
What is the difference between CV and Resume ?