T
Q. Which pointer is called general-purpose pointer?
A void pointer is called general-purpose, because it can be used with any type of variable.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Choose a correct C Statement.
Q. What is the ASCII value of NULL or \0?
Q. Which keyword is used to prevent any changes in the variable within a C program?
Q. Is it possible to nest if-else statements in C programming?
Q. Which operator connects the structure name to its member name?
Q. In which of the following languages is function overloading not possible?
Q. Which of the following is not an arithmetic expression?
Q. What is the default return type if it is not specified in function definition?
Discusssion
Login to discuss.