When can you use a pointer with a function?


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

Post New Answer

More C Interview Questions

What is file in c preprocessor?

0 Answers  


What is the scope of global variable in c?

0 Answers  


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


What are the advantages of external class?

0 Answers  


Is it possible to pass an entire structure to functions?

0 Answers  






What are run-time errors?

0 Answers  


What does *p++ do? What does it point to?

0 Answers  


What is double pointer in c?

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


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

3 Answers  


Add Two Numbers Without Using the Addition Operator

0 Answers  


Categories