Answer Posted / babu
In Linux $cc <filename.c>
| Is This Answer Correct ? | 5 Yes | 1 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
What is meant by inheritance?
What is indirection?
What is a class c rental property?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is the g value paradox?
What are the types of data types and explain?
What is the symbol indicated the c-preprocessor?
What is build process in c?
What is unsigned int in c?
Is c compiled or interpreted?
what are # pragma staments?
What is array of structure in c?
How do we make a global variable accessible across files? Explain the extern keyword?