write a program to find the sum of the array elements in c
language?
Post New Answer View All Answers
List out few of the applications that make use of Multilinked Structures?
Difference between linking and loading?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is derived datatype in c?
what are non standard function in c
what is the structure pointer?
Can we access the array using a pointer in c language?
Is r written in c?
Is main a keyword in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is #ifdef ? What is its application?
What is double pointer?
How is pointer initialized in c?