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 the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
Explain how do you list a file’s date and time?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
When should a far pointer be used?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What is operator precedence?
hat is a pointer?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
write a program to copy a string without using a string?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is a pointer on a pointer in c programming language?