Question: Write a C program to find out how many bits a variable of type long int is . Your program should not call any system

Write a C program to find out how many bits a variable of type long int is. Your program should not call any system functions (not even sizeof) and it should not include any .h files. (In other words, write your own code). To stop the compiler from complaining when you use printf, place this line at the top of your program
int printf(const char *format,...);

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!