What are the different types of pointers used in c language?


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

Post New Answer

More C Interview Questions

What is a lvalue

0 Answers   Global Logic,


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


Write a program to print fibonacci series using recursion?

0 Answers  


Explain high-order bytes.

0 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,






How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


What is an object?

5 Answers  


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


What is a header file?

0 Answers  


which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


What are the scope of static variables?

0 Answers  


Categories