What are the two types of functions 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 different bitween abap and abap-hr?

0 Answers   TCS,


What is ponter?

0 Answers   TCS,


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  






Is there sort function in c?

0 Answers  


what is the difference between c and java?

1 Answers  


Does * p ++ increment p or what it points to?

0 Answers  


what is real time system?what is the differance between hard and soft real time systems

2 Answers  


What is a pointer in c?

0 Answers  


what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


Write code for finding depth of tree

2 Answers   Adobe,


Categories