GUESS the OUTPUT | C Programming Questions and Answers for Beginners

preview_player
Показать описание
Here in this c programming language video tutorial for beginners we give you a c aptitude program which will be normally asked in interviews and you have to guess the output of the program. In the end we explain the output.

Watch the entire series at

Get the source code of this tutorial at our website

Watch Video tutorials in HINDI at

Catch us on SocialMedia
Рекомендации по теме
Комментарии
Автор

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

charvakpatel
Автор

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?

pritam
Автор

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.

dafhavn
Автор

what is the use of " i " in ( x+i ) ???

utkarshsrivastava
Автор

what is difference in using i++ instead of ++i

sanchitruia