write a c program to find the sum of five entered numbers
using an array named number
No Answer is Posted For this Question
Be the First to Post Answer
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
State the difference between x3 and x[3].
What is nested structure in c?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What do you mean by c?
Code for calculating square root without using library function, of math.h
What is d'n in c?
What are the key features in c programming language?
Define VARIABLE?
Explain what math functions are available for integers? For floating point?
How many levels of pointers have?