Answer Posted / jessu srikanth
egg, why because according to alphabetical order e comes
first always.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Can static variables be declared in a header file?
Explain high-order bytes.
Explain what are header files and explain what are its uses in c programming?
What is difference between %d and %i in c?
What are unions in c?
What are identifiers in c?
Is it acceptable to declare/define a variable in a c header?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Why functions are used in c?
How can I write a function that takes a format string and a variable number of arguments?
What is the difference between typedef and #define?
Where local variables are stored in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Where are local variables stored in c?