What is the difference between constant pointer and constant variable?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
how write a addtion of two single dimensional array using of pointer in c language?
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 language is c written?
What is sizeof array in c?
Difference between goto, long jmp() and setjmp()?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
how can we use static and extern?and where can we use this?
What is the default value of local and global variables in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is unary operator?
What does the c in ctime mean?