What is the function of multilevel pointer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the output of printf("%d",(scanf("%d",10));

10 Answers  


What is struct node in c?

0 Answers  


I have a varargs function which accepts a float parameter?

0 Answers  


a simple program in c language

5 Answers   IBM,


how to print this pyramid * * * * * * * * * * * * *

2 Answers  






what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


What is hashing in c?

0 Answers  


Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,


what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


What does %d do in c?

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


Categories