#9 Find the Output, C Programming Question and Answer, Campus Interview Preparation

preview_player
Показать описание
#9 Find the Output, C Programming Question and Answer, Campus Interview Preparation

main()
{
int x;
x = 3**4 - 7 ^ 8;
printf ("x = %d",x);
}

campus preparation, find the output of c program,
output programs in c, tricks to solve programming questions in c,
c output programs for gate, c output programs for UGC net cs,
c programming, Top MCQs in C Program,
Find the Output, C Programming Question and Answer, Campus Interview Preparation
technical c interview questions, c mcq questions,
c mcq questions with answers for placement,
c mcq questions for tcs, c language mcq questions and answers,
multiple choice questions in c, campus recruitment training tutorial,
c language mcq in hindi, programming in c,
top 100 mcqs in c, tcs ninja, tcs nqt 2020,
tcs codevita
Рекомендации по теме
Комментарии
Автор

sir I used the online gdb and in that I used the bitwise operator (^) and it gave me an answer without any error

anubhavnag