What is the Output | C Programming Questions & Answers | Video Tutorials

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
Рекомендации по теме
Комментарии
Автор

we can't guess the output as it not visible clearly

priyap
Автор

Well if we define int as char then the return type of main() will also become char.
Wouldn't that be a problem.

muhammadshahryarazhar
Автор

Sir thanku so much I m extremely thankful to u .These videos helped me a alot .Thanku for helping us .You really explain very well sir .Thanku muchhhh

akritiyadav
Автор

if int replace with char, then int main() must be char main()?

harvinderrathor
Автор

Sir then u gave the format specifier as %d nd it returned char type size then y it worked without giving error that invalid format specifier

harshavardhanupputuri
Автор

we can't visible clearly so plz zoom it

rambabugavara
Автор

Integer variable contains 2bytes of memory, but the program shows that it should be store 4 bytes of memory.how? If the variable declare with long int type (or) unsigned long int type it should be 4 bytes? But it declare with integer type? How??

shabeerkhan