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
what is the use of #pragma pack, wer it is used?
how to generate sparse matrix in c
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is the difference between the = symbol and == symbol?
what is a void pointer?
What is the purpose of sprintf() function?
what is foreign key in c language?
how can I convert a string to a number?
Why & is used in scanf in c?
What oops means?
Where define directive used?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples