What is Full Form of C and Why We use C

Answer Posted / akash

it is language after B

Is This Answer Correct ?    39 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I came across some code that puts a (void) cast before each call to printf. Why?

685


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

572


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


Write the Program to reverse a string using pointers.

620


Is c a great language, or what?

606






What is a nested loop?

653


What is #include cctype?

582


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

647


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

651


Explain the difference between the local variable and global variable in c?

606


What is malloc calloc and realloc in c?

673


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1729


swap 2 numbers without using third variable?

666


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1858


What is the difference between fread buffer() and fwrite buffer()?

676