Answer Posted / vvvvv
C IS A PROGRAMMING LANGUAGE
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
What is modifier & how many types of modifiers available in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the use of ?: Operator?
Explain the difference between malloc() and calloc() in c?
Why doesnt that code work?
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
How many identifiers are there in c?
Is exit(status) truly equivalent to returning the same status from main?
What is output redirection?
What is the easiest sorting method to use?
Why does not c have an exponentiation operator?
What is the difference between arrays and pointers?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What are the application of c?
What are linked lists in c?