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
Does c have enums?
What is bubble sort technique in c?
How #define works?
What tq means in chat?
What is the difference between exit() and _exit() function in c?
What is an array in c?
Give differences between - new and malloc() , delete and free() ?
What is array in C
Difference between pass by reference and pass by value?
What is the right type to use for boolean values in c? Is there a standard type?
What is the scope of static variable in c?
What are local variables c?
How to write a code for reverse of string without using string functions?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Explain spaghetti programming?