what is the importance of spanning tree?


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

Post New Answer

More C Interview Questions

21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


Can a pointer point to null?

0 Answers  


What does == mean in texting?

0 Answers  


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  






Why use int main instead of void main?

0 Answers  


What is calloc()?

0 Answers   Adobe,


What ios diff. Between %e & %f?

3 Answers   Honeywell,


Describe how arrays can be passed to a user defined function

0 Answers  


How can I open a file so that other programs can update it at the same time?

0 Answers  


what is the function of pragma directive in c?

0 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,


Categories