What are the types of pointers in c?


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

Post New Answer

More C Interview Questions

Why Modern OS are interrupt driven?Give an example

3 Answers  


Example of friendly function in c++

2 Answers  


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  






Hai why 'c' is the middle language

4 Answers  


Can we declare variables anywhere in c?

0 Answers  


Why c language?

0 Answers  


What is the use of typedef in c?

0 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


Categories