431 subscribers
154 photos
10 videos
25 files
66 links
For Any Information @TechnerdGuy
πŸ†˜ Pre-Engineering Students Struggling with C++? πŸ˜₯ Fear not! πŸ’ͺ This channel is your coding lifesaver! πŸš‘ Learn the basics, ace your course! πŸ’―
Download Telegram
QUIZ


Topic: Increment and Decrement

1. int a=5;
  int  x=++a + ++a;
  cout<<x;


2. int a=5;
   int b=6;
   Cout<< ++a + b++;
   Cout<<b;

3. int x, a, b, c;
a = 2;
b = 4;
c = 5;
x = a--+ b++ -++c;
cout<<x;

4. int x, a;
a = 2;
x = ++a *--a *++a;
cout<<x;

5. int x, a = 4;
x = ++a + ++a + ++a;

cout<<x;


Provide the output of each code snippets and justify your answer with a detailed explanation .

@ProgrammingWithFaith
πŸ‘4πŸ”₯2
C++ Basics pinned Β«QUIZ Topic: Increment and Decrement 1. int a=5;   int  x=++a + ++a;   cout<<x; 2. int a=5;    int b=6;    Cout<< ++a + b++;    Cout<<b; 3. int x, a, b, c; a = 2; b = 4; c = 5; x = a--+ b++ -++c; cout<<x; 4. int x, a; a = 2; x = ++a *--a *++a; cout<<x;…»
C++ Basics
QUIZ Topic: Increment and Decrement 1. int a=5;   int  x=++a + ++a;   cout<<x; 2. int a=5;    int b=6;    Cout<< ++a + b++;    Cout<<b; 3. int x, a, b, c; a = 2; b = 4; c = 5; x = a--+ b++ -++c; cout<<x; 4. int x, a; a = 2; x = ++a *--a *++a; cout<<x;…
1.int a=5;
int x=++a + ++a;
(6+ ++a)
(7+7) coz one variable can't hold two different value , (6 and 7 ) at the same time so it become 7.

7+7=14

Answer 14

2.int a=5;
   int b=6;
   
   Cout<<++a +b++// post and pre increment .
  6+6 // after this line b will be 7
Cout<<++a +b++;  (6+6)
=12
Cout<<b;
=7

answer=12 and 7

3.int x,a,b,c;
a=2;
b=4;
c=5;
x=a-- + b++ - ++c;

(2+4)-6
=6-6=0
cout<<x;  

Answer 0

4.int x,a;
a=2
x=++a *--a* ++a
(3*2) * ++a , but one variable can't hold two values at the same time.

So, (2*2)*++a
    (4*3)=12

cout<<x;// 12

Answer 12


5.int x,a=4;
x=++a + ++a + ++a;

(++a + ++a) + ++a
(5+6) + ++a but we can't store two value at one variable at the same time.

So,
(6+6)+ ++a
(12)+ 7

Answer 19
πŸ‘9❀1
Hey guys, is everything going well? πŸ‘
We're doing great so far! πŸŽ‰ But today, I want to hear your thoughts πŸ€” on this channel and the lectures I've been giving. Have they been helpful for you? πŸ™ And are there any areas that could be improved? πŸ› οΈ

Please share your thoughts; your feedback will help me create more awesome content 🀩 and improve the channel! πŸš€

If you have  any questions or comments , Dm me.

@ProgrammingWithFaith
πŸ‘6πŸŽ‰5πŸ”₯1
Hello, dear students.

πŸ”ΉYour midterm exam will be given on paper.
Please open Telegram to view this post
VIEW IN TELEGRAM
⭐Mid-Exam ContentsπŸ‘‡πŸ‘‡πŸ‘‡

⭐Communicative English 2 Chapter 1 and 2

⭐Anthropology       Chapter 1 - 3 (up to Marriage)

⭐Civics            Chapter 1 and 2 (up to non-normative ethics)

⭐Emerging Technology  Chapter 1 - 3 (up to history of AI)

⭐Entrepreneurship  Chapter 1 and 3

⭐Applied Maths    Chapter 3 and 4
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4❀2
Hey Guy's LinkedIn account yalachu ena money make maderg metefelgu dm me.

Gn ke 1 year belaye ena 100+ connection lenorachu yegebal.


#LinkedIn
#100legit
@TechnerdGuy
@ProgrammingWithFaith
πŸ‘2πŸ‘1
Zare c++ mid exam yeteftenachu lijoch endet nebr ???

Ena, please photo yanesa sew kale share the photo with us kindly.πŸ™πŸ™

@ProgrammingWithFaith
😭9
C++ Mid Exam 2017

Ye section 9 ena 12 mid examachew nw

Geze ende agegnew abren enserawalenπŸ™

@ProgrammingWithFaith
πŸ”₯6πŸ‘1πŸ™1
Updated


Your Emerging Technology mid term exam will cover Chapters 1 up to 3, including the history of Artificial Intelligence.

πŸ™We apologize for any inconvenience caused by the previous announcement.
πŸ”₯4
Ke chapter 1 and 2 yalegebachu concept kale negrugn bezi 2 ken wust ketmechgn video arif aderg serlachewalew.....


Plz zm metelu kehone understand ende adergachut aderg alefewalew slezi minem yalegbachu negr kale just ask ,I'll explain it......

#ProgrammingC++ @ProgrammingWithFaith
πŸ‘5🀣2
#For_Freshman_Students

😊Academic calendar for all freshman students has attached in the above photo.

@ProgrammingWithFaith
πŸ”₯3
Programming With Faith


I'm planning a special quiz πŸ§ β“ just for the holiday season! πŸŽ„πŸŽ And guess what? The top 3 people πŸ†πŸ₯‡πŸ₯ˆπŸ₯‰ who do the best will score a cool holiday reward! πŸŽ‰πŸ’°πŸŽ

Don't stress! 😎 It's not a hard quiz at all. πŸ‘πŸ˜Œ It's just about basic stuff βœ…πŸ“š you probably already know! πŸ€”πŸ’‘

I'll spill the beans 🀫 about the exact quiz topics later πŸ”œ, once it's all ready! ✨

My main vibe is to make learning πŸ“š so engaging ✨ and loveable ❀️ that you actually enjoy it! πŸ₯°

So, stay tuned! πŸ‘€πŸ”” Keep an eye out for updates! πŸ“’

Programming With Faith! πŸ™πŸ’»

@ProgrammingWithFaith
πŸ”₯5πŸ‘2πŸ‘2❀1πŸ₯°1
C++ Basics pinned a photo
Forwarded from Deleted Account
Today, do we have class or only quiz?