write a program to find the sum of the array elements in c
language?
Post New Answer View All Answers
Explain how do you list files in a directory?
What is wrong with this statement? Myname = 'robin';
How do you convert strings to numbers in C?
What will the preprocessor do for a program?
Write a program to identify if a given binary tree is balanced or not.
Why is sprintf unsafe?
Explain the use of #pragma exit?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Is null always defined as 0(zero)?
Why is %d used in c?
How will you delete a node in DLL?
Why do some versions of toupper act strangely if given an upper-case letter?
What does #pragma once mean?
Can a pointer be static?
What is far pointer in c?