What is the mean of function?


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

Post New Answer

More C Interview Questions

What is a structure in c language. how to initialise a structure in c?

0 Answers  


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


How important is structure in life?

0 Answers  


what is use of malloc and calloc?

0 Answers  


what is the difference between 123 and 0123 in c?

0 Answers  






24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

2 Answers  


What is the best way of making my program efficient?

0 Answers  


What is action and transformation in spark?

0 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


What is the use of getchar() function?

0 Answers  


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,


Taking an example,differentiate b/w loader and linker ?

1 Answers  


Categories