Answer Posted / avadhesh singh yadav
INT is a primitive datatype which is use to represent the
type of value that gonna b stored in variable.
Its range:-128 to +127
size:2byte in turbo
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is break in c?
What is the general form of #line preprocessor?
Do you know what are the properties of union in c?
Explain high-order bytes.
Explain what is the difference between functions abs() and fabs()?
Write a program to know whether the input number is an armstrong number.
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
How does free() know explain how much memory to release?
What does nil mean in c?
How does placing some code lines between the comment symbol help in debugging the code?
a c code by using memory allocation for add ,multiply of sprase matrixes
Is c is a middle level language?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What are the types of type qualifiers in c?
What is equivalent to ++i+++j?