Answer Posted / thulasi
int is a integer data type that represents a variable with the integeral values
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain 'bus error'?
What is structure of c program?
What are loops in c?
Can you explain the four storage classes in C?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Is it possible to have a function as a parameter in another function?
Write a program to implement queue.
Explain the use of 'auto' keyword
what is reason of your company position's in india no. 1.
In which language linux is written?
What is c language in simple words?
What are the types of c language?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
How are 16- and 32-bit numbers stored?
p*=(++q)++*--p when p=q=1 while(q<=6)