What are terms in math?


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

Post New Answer

More C Interview Questions

What is difference between static and global variable in c?

0 Answers  


what is the meaning of 'c' language

3 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

0 Answers  


When should we use pointers in a c program?

0 Answers  






what is recursion in C

0 Answers   Cap Gemini,


What are header files and what are its uses in C programming?

0 Answers  


Explain function?

0 Answers  


what is use of malloc and calloc?

0 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


What is difference between main and void main?

0 Answers  


What is calloc() function?

0 Answers  


Categories