If the size of int data type is two bytes, what is the range of signed int data type?
No Answer is Posted For this Question
Be the First to Post Answer
When do we get logical errors?
How to explain the final year project as a fresher please answer with sample project
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Describe the header file and its usage in c programming?
How can I generate floating-point random numbers?
When should structures be passed by values or by references?
Three major criteria of scheduling.
What’s the special use of UNIONS?
Multiply an Integer Number by 2 Without Using Multiplication Operator
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Write a program to find the smallest and largest element in a given array in c language
What does %p mean c?