Can you write the function prototype, definition and mention the other requirements.


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

Post New Answer

More C Interview Questions

program to print circle structure

1 Answers  


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


what is develop in c language

2 Answers  


What are c identifiers?

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?

0 Answers  






Write a program that can show the multiplication table.

0 Answers   Student,


what is the difference between structure and union?

3 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


Why is this loop always executing once?

0 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  


Categories