Answer Posted / laxman
it is a integer.
it is a used to declare some numeric valu.
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
What functions are in conio h?
How can you draw circles in C?
Tell us something about keyword 'auto'.
How many levels of pointers have?
What is the use of function overloading in C?
Where can I get an ansi-compatible lint?
Are there constructors in c?
What is a structure in c language. how to initialise a structure in c?
What is dynamic variable in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain what will the preprocessor do for a program?
How does pointer work in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain what is wrong with this program statement?