typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a :
a) Union
b) User defined type
c) Enumerated variable
d) none
What are dangling pointers? How are dangling pointers different from memory leaks?
What are macros in C?
How to implement variable argument functions ?
how to swap two nubers by using a function with pointers?
what is the height of tree if leaf node is at level 3. please explain
What are structural members?
What is a Deque?
How many levels of pointers can you have?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What does dm mean sexually?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
What is the use of gets and puts?