Can we replace the struct function in tree syntax with a union?


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

Post New Answer

More C Interview Questions

What is strcmp in c?

0 Answers  


Explain the properties of union.

0 Answers  


Explain the red-black trees?

0 Answers  


# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,






What is a header file?

0 Answers  


What is null pointer in c?

0 Answers  


Why is it that not all header files are declared in every C program?

0 Answers  


What is the use of #define preprocessor in c?

0 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


What is structure packing in c?

0 Answers  


Categories