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

In which category does main function belong??

5 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database

2 Answers   TCS, Unisys, Webyog,


What is a #include preprocessor?

0 Answers  


Differentiate between functions getch() and getche().

0 Answers  


Difference between malloc() and calloc() function?

0 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


What is the difference between calloc() and realloc()?

1 Answers  


Explain do array subscripts always start with zero?

0 Answers  


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


how to add two numbers without using arithmetic operators?

4 Answers  


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


Categories