Answer Posted / nayanprakash
Arry is a collection of similar data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is calloc in c?
What is wrong with this program statement?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
In a byte, what is the maximum decimal number that you can accommodate?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Explain the difference between the local variable and global variable in c?
What functions are used for dynamic memory allocation in c language?
Explain what are binary trees?
When should structures be passed by values or by references?
What are the types of bitwise operator?
What are the features of the c language?
Explain how do you print an address?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?