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
How can I rethow can I return a sequence of random numbers which dont repeat at all?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why does everyone say not to use gets?
differentiate built-in functions and user – defined functions.
how to make a scientific calculater ?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Why do we use header files in c?
What is structure data type in c?
What are the rules for identifiers in c?
What is a substring in c?
What is the sizeof () a pointer?
What are linked lists in c?
How do you define structure?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"