Answer Posted / santoshkumar
c is a procedure oriented language or structure oriented
language
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
How can a program be made to print the name of a source file where an error occurs?
When is a null pointer used?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Explain what are the advantages and disadvantages of a heap?
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 difference between constant pointer and constant variable?
Is this program statement valid? INT = 10.50;
Was 2000 a leap year?
Is null always equal to 0(zero)?
What are the __date__ and __time__ preprocessor commands?
Explain argument and its types.
What is abstract data structure in c?
Why flag is used in c?
What is meant by preprocessor in c?
How does #define work?