What is a function simple definition?


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

Post New Answer

More C Interview Questions

What does malloc () calloc () realloc () free () do?

0 Answers  


How do I copy files?

0 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


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

0 Answers  


can anyone please tell about the nested interrupts?

0 Answers  






what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


Why do we use int main?

0 Answers  


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,


Categories