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 is main () in c language?

0 Answers  


Define macros.

0 Answers   Tech Mahindra,


What is Generic pointer? What is the purpose of Generic pointer? Where it is used?

3 Answers  


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,


How to add two numbers without using semicolon n c????

3 Answers  






write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


Differentiate between the = symbol and == symbol?

0 Answers  


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


How reliable are floating-point comparisons?

0 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


how to use showbits function?

2 Answers   Infosys, TATA,


Categories