Answer Posted / vaman
a) =
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain #pragma statements.
What is difference between structure and union in c?
How do we print only part of a string in c?
What are the types of unary operators?
What is volatile variable how do you declare it?
What is the function of volatile in c language?
Why do we use return in c?
In C, What is the #line used for?
Why do we write return 0 in c?
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 header files do I need in order to define the standard library functions I use?
Explain the properties of union. What is the size of a union variable
What are the 5 data types?
Explain how can I read and write comma-delimited text?
What are preprocessor directives in c?