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

Can you please explain the difference between malloc() and calloc() function?

0 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


What is the explanation for cyclic nature of data types in c?

0 Answers  


how to swap four numbers without using fifth variable?

2 Answers  


What is the role of this pointer?

0 Answers  


What is && in c programming?

0 Answers  


What is the benefit of using an enum rather than a #define constant?

0 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }

2 Answers   Vector,


#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


What is C language Terminator?

15 Answers   TCS,


what is difference between declaring the pointer as int and char in c language?

3 Answers  


What does c in a circle mean?

0 Answers  


Categories