How do you initialize pointer variables?
No Answer is Posted For this Question
Be the First to Post Answer
find out largest elemant of diagonalmatrix
What is main () in c language?
Explain what is a static function?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
Difference between null pointer and dangling pointer?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
What is the difference between arrays and pointers?
Why header files are used?
What do you mean by dynamic memory allocation in c? What functions are used?
Will Macros support multiple arguments ?
Why cd or dvd are round why not square.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.