Explain void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
What is scope of variable in c?
Are pointers really faster than arrays?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What are the two types of functions in c?
Explain what are the different data types in c?
What are pointers? What are stacks and queues?