What is the difference between array_name and &array_name?
No Answer is Posted For this Question
Be the First to Post Answer
What is a dynamic array in c?
What do header files do?
Explain pointer. What are function pointers in C?
regarding pointers concept
wat are the two methods for swapping two numbers without using temp variable??
develop algorithms to add polynomials (i) in one variable
please give code for this 1 2 4 7 11 16
What does the message "warning: macro replacement within a string literal" mean?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
can we declare a variable in different scopes with different data types? answer in detail
What are two dimensional arrays alternatively called as?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(