Question: c programming Both group A &B) What is the problem of the following program? How can we solve this problem? #include void main(void){ puts( t------

c programming
c programming Both group A &B) What is the problem of the

Both group A &B) What is the problem of the following program? How can we solve this problem? #include void main(void){ puts(" \t------ --- "); puts("\tWhy do we need different data types? "); puts("\t- - "); char myVariable=128; printf("The orignal number is %d ",myVariable); printf("Size of your variable is %lu bytes ", sizeof(myVariable)); printf("Please enter a value to exit ;)"); scanf("%d"); }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!