write a program to find the sum of the array elements in c
language?

Answer Posted / ajay kumar pandit

Wap to calculste the sum number

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use static in c?

636


Why header files are used?

649


Write a program to maintain student’s record. Record should not be available to any unauthorized user. There are three (3) categories of users. Each user has its own type. It depends upon user’s type that which kind of operations user can perform. Their types and options are mentioned below: 1. Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record) 2. Super Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record, Delete Single Record) 3. Guest (Search Record [by Reg. No or Name], View All Records) When first time program runs, it asks to create accounts. Each user type has only 1 account (which means that there can be maximum 3 accounts). In account creation, following options are required: Login Name: <6-10 alphabets long, should be unique> Password: <6-10 alphabets long, should not display characters when user type> Confirm Password: Account Type: Login Name, Password and Account Type should be stored in a separate file in encrypted form. (Encryption means that actual information should be changed and Decryption means that Encrypted information is changed back to the actual information) If any of the above mentioned requirement(s) does not meet then point out mistake and ask user to specify information again. When Program is launched with already created accounts, it will ask for user name and password to authenticate. On successful authentication, give options according to the user’s type.

1517


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

607


Is c easier than java?

578






What is string function in c?

544


How can I automatically locate a programs configuration files in the same directory as the executable?

636


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

922


Write a c program to demonstrate character and string constants?

1689


Why are all header files not declared in every c program?

605


What is c standard library?

694


What is structure padding and packing in c?

627


What do you mean by c?

593


can any one provide me the notes of data structure for ignou cs-62 paper

1708


In which language linux is written?

607