SpiceQA
Questions
Tags
Users
Badges
user_7571421
@user_7571421
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
Top Questions
Is it actually true that when function prototype has a parameter declared as int a[][10] the compiler treats it as int (*a)[10]?
5 votes
2 answers
How are "indirect triples" more advantageous than "quadruples" in the intermediate representation of source program
4 votes
0 answers
Where does malloc() allocate memory? Is it the data section or the heap section of the virtual address space of the process?
2 votes
4 answers
Understanding the heuristics in error recovery (panic mode) in predictive parsing through suitable example
2 votes
0 answers
Data layouts used by C compilers (the alignment concept)
2 votes
1 answers