Modify Operators | C Technical Interview Questions and Answers | Mr. Srinivas
** For Online Training Registration: ► Call: +91-8179191999
Subscribe to our channel and hit the bell 🔔🔔🔔 icon to get video updates.
💡 Visit Our Websites
For Classroom Training:
For Online Training:
#Clanguage #Programming #Tutorials #Course #Training
————————–
💡 About NareshIT:
“Naresh IT is having 14+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA , Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA, Hyderabad, Chennai and Vijayawada, Bangalore India which provides online training across all the locations
————————–
💡 Our Online Training Features:
🎈 Training with Real-Time Experts
🎈 Industry Specific Scenario’s
🎈 Flexible Timings
🎈 Soft Copy of Material
🎈 Share Videos of each and every session.
————————–
💡 Please write back to us at
📧 us.training@nareshit.com/ 📧 online@nareshit.com or Call us at the USA: ☎+1404-232-9879 or India: ☎ +918179191999
————————–
💡 Check The Below Links
► For Course Reg:
► Subscribe to Our Channel:
► Circle us on G+:
► Like us on Facebook:
► Follow us on Twitter:
► Follow us on Linkedin:
► Follow us on Instagram: .
Table of Contents
Images related to the topic naresh i technology c language

Modify Operators | C Technical Interview Questions and Answers | Mr. Srinivas
Search related to the topic Modify Operators | C Technical Interview Questions and Answers | Mr. Srinivas
#Modify #Operators #Technical #Interview #Questions #Answers #Srinivas
Modify Operators | C Technical Interview Questions and Answers | Mr. Srinivas
naresh i technology c language
See all the latest ways to make money online: See more here
See all the latest ways to make money online: See more here
a value is 19, b is 9
Sir answer is 9 and 19
Wrong,final value should be a=19 & b=9
Bsdk galat hai
i=4;
j= ++i*i++;
i calculated by your method j=25 but compiler giving j=30.
help!!!!
Why answer becomes 19 9 why +1
main()
{
int z, x=5, y=-10, a=4, b=2;
z=x++ – –y * –b / a;
printf("%d ",z);
}
Output will be 7, how?
Sir, your approach for solving these questions is wrong.
Use associativity and precedence for correct approach…
I am also a you tuber, pls go through my videos
Thanks
https://www.youtube.com/channel/UCNKMGnrCG_nQHCHpEJpjy0w
Sir, in first expression a = 4 and b = 9. And second expression a = 19 and b = 9.
Output is 20 and 9.
Solving with right method, we get 20,9 answer
It depends on compiler
Sir, I think there is a problem in calculation. When I calculated myself I got 19, 9. And after compiling I got the same as output from my machine. Would you please explain?
In today's compiler the concept used by sir is not used….. modern IDE includes ATOM,CODE BLOCK which uses GCC COMPILER and they have entirely different concept to solve this problem IF U WANT TO LEARN THAT CONCEPT I WILL recommend
you to go through this youtube channel they have modern concept and easy way for understanding whole concept https://www.youtube.com/watch?v=yRt-zYFJIvE&t=234s
The answer must be 9,20 .
Sir,as different compilers uses different method for solving this equation.so we student are confusing right now because our answer is not matching with your answer…yet you are right in solving this..but then also we are not getting so make a video to tell us difference of compiler to compiler…and which one is valid method to solve this equation…..plz reply sir…..
Video visual clarity ledu ra
Sir its wrong actually ans is a=19,b=9
Ans is wrong ,it is 19,9 in both 32 bit and 64 bit compiler
Turbo c compiler ans is : 18,8
gcc compiler ans is : 19,9
output is depend on your compiler (software)
Answer is wrong !! …wrong explanation
int i=5;
printf("%d %dn", i, i=i++) ;
printf ("%dn", i);
i=i++;
printf ("%dn", i);
I am getting output as
5 5
5
6
Why there is no change inside printf statement but outside printf there is a change!!!
I compiled this in turbo C compiler
Listen all java is better than c
super sir.
He is completly wrong
Its output is a=20; b=9; i executed in jdk
19 , 9 only boss
i got the answer 19,9
I got result as same result of you nice one tq
thnx .
wrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrooooOooOoOonGGGGGGGGGGGGGGGGGGGG
Thankyou sir
Thanks sir you are fabolous fantastic stunning
Sir you have gone wrong here. Answer for a = 19 and b = 9.