write a programming in c to find the sum of all elements in
an array through function.
No Answer is Posted For this Question
Be the First to Post Answer
What is #include in c?
What is the use of clrscr?
What is null pointer constant?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
Write a program to identify if a given binary tree is balanced or not.
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is the difference between i++ and i+1 ?(in terms of memory)
Who developed c language and when?