Answer Posted / balu
array is a collection of variables with similar data type;
syntax: data type array name[size];
example: int a[5];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the back slash character constants or escape sequence charactersavailable in c?
Explain high-order bytes.
When should I declare a function?
What does c mean?
How does placing some code lines between the comment symbol help in debugging the code?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Here is a neat trick for checking whether two strings are equal
Is boolean a datatype in c?
What is an expression?
Explain what is the difference between #include and #include 'file' ?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Explain what are linked list?
What are control structures? What are the different types?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are the restrictions of a modulus operator?