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

here is a link to download Let_Us_C_-_Yashwant_Kanetkar

3 Answers   Microsoft,


How can I change their mode to binary?

0 Answers  


What is this pointer in c plus plus?

0 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  






How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


What is difference between array and pointer in c?

0 Answers  


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


What is use of pointer?

0 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


Are there namespaces in c?

0 Answers  


Categories