What is the explanation for prototype function in c?


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

Post New Answer

More C Interview Questions

What is the use of define in c?

0 Answers  


Is c functional or procedural?

1 Answers  


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


What is c preprocessor mean?

0 Answers  


What is a protocol in c?

0 Answers  


WHAT IS MEANT BY LIFE?

2 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


Why can arithmetic operations not be performed on void pointers?

0 Answers  


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


How can I make a program in c to print 'Hello' without using semicolon in the code?

9 Answers   C DAC, Practical Viva Questions,


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


Categories