What is the following statement do?
x = *ip++;
What does the following code will print?
I'm trying to declare a pointer and allocate some space for it, but it's not working. What's wrong with this code?
char* p1,p2; *p2 = malloc(10);
What will be the output of this C language program?
This quiz contains questions to test knowledge suitable up to Chapter 5 at the "The ANSI C Programming Language" book by Brian W. and Dennis M. Its include questions about C language pointers.