Answer Posted / vijayalakshmi
integer is a datatypes, which is used to initialising the variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of arrays in c?
Are bit fields portable?
Write program to remove duplicate in an array?
What does p mean in physics?
Are the variables argc and argv are local to main?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Is array a primitive data type in c?
Tell us the use of fflush() function in c language?
Explain what math functions are available for integers? For floating point?
In which layer of the network datastructure format change is done
Why can’t constant values be used to define an array’s initial size?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Can we change the value of constant variable in c?
explain what is fifo?