Answer Posted / manipal singh
Array is a collection of similar data types which stored in
contiguous memory locations
Is This Answer Correct ? | 65 Yes | 9 No |
Post New Answer View All Answers
What are unions in c?
How are portions of a program disabled in demo versions?
What are the different types of constants?
Explain built-in function?
What does typeof return in c?
what is a function method?give example?
What does void main () mean?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
How does placing some code lines between the comment symbol help in debugging the code?
What is an auto variable in c?
What is the explanation for prototype function in c?
What is a 'null pointer assignment' error?
Is int a keyword in c?