An Intresting Question is to Split a given string using O(1) extra space. It seems like data structure question but it is of C lang Question
@pritam44544 ай бұрын
If instead of (x+i), dereference operator is used like this-> *(x+i) or its similar forms like x[ i ] /i [x],it gives the output (null) Why is that so?
@d3afh3av3n9 жыл бұрын
sir i have completed your series on c tutorial now,please suggest me how i will do practice for question in c means from where i will get question on c.
@LearningLad9 жыл бұрын
+Ankit Saini you can get questions from programming books, ur academic syllabus etc. If u aree not happy with them then try to create small projects like file based database management system etc.