What is the advantage of an array over individual variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the = symbol and == symbol?
What are the types of data files?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Define recursion in c.
Describe the difference between = and == symbols in c programming?
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
How are portions of a program disabled in demo versions?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
What is header file in c?
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.