What is a pointer?
Answer / gsrinivas
pointer is variable which stores the address of the memory
location
| Is This Answer Correct ? | 26 Yes | 2 No |
please send me the code for multiplying sparse matrix using c
Explain how do you generate random numbers in c?
What do you mean by command line argument?
can we write a c program with out using main
Who developed c language?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
related to rdbms query .
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is the difference between GETS();AND SCANF();
Write a program to reverse a linked list in c.
different between overloading and overriding
What is main function in c?