Answer Posted / rohit
array is a collection of similar data types.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is the height of tree if leaf node is at level 3. please explain
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
What is string constants?
Why static variable is used in c?
What standard functions are available to manipulate strings?
Explain how can I make sure that my program is the only one accessing a file?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Why isn't it being handled properly?
What is the difference between char array and char pointer?
What is meant by int main ()?
What are enums in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Why c is called a middle level language?
Tell me what is null pointer in c?
Write a program to find factorial of a number using recursive function.