Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

1-4 How will MIS help my career?

Answered: 1 week ago