SpiceQA
Questions
Tags
Users
Badges
user_11862989
@user_11862989
0
reputation
0
answers
10
questions
About Me
// Hello, World !
Top Answers
How does strtok() split the string into tokens in C?
0 votes
What is the difference between const int*, const int * const, and int const *?
0 votes
Top Questions
Why `it1++` works, but `it1=it1+1` does not, where it1 is iterator of list container
11 votes
1 answers
Ternary operator, if I avoid writing ' expression 2 ' it works but if I not write 'expression 3 ' it gives an error
8 votes
1 answers
Why can't a++ (post-increment operator) be an Lvalue?
5 votes
1 answers
namespace myspace { int x } Now why `myspace::x=3;` gives error?
3 votes
2 answers
default initialization, value initialization and in-class-initialization of object not getting properly?
3 votes
0 answers