What do you understand by normalization of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of c program algorithms?
what is difference between C and C++
How to get string length of given string in c?
Which weighs more, a gram of feathers or a gram of gold?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
how to do in place reversal of a linked list(singly or doubly)?
How the C program can be compiled?
What does int main () mean?
how to reverse string "Hello World" by using pointers only. Without any temp var
how many errors in c explain deply
What is volatile in c language?
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