What is Full Form of C and Why We use C

Answer Posted / debayan mitra

The full form of C is combined language. It came as an
offspring of BCPL(Basic Combined programming language).
C is used to develop software.

Is This Answer Correct ?    8 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to generate the Fibinocci Series

656


Why string is used in c?

580


What is the use of define in c?

592


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1887


Where are local variables stored in c?

570






What is the purpose of 'register' keyword in c language?

625


What are the functions to open and close the file in c language?

589


Is array name a pointer?

601


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

1641


What are the benefits of c language?

641


Describe the difference between = and == symbols in c programming?

773


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2243


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

632


What are the types of assignment statements?

626


Can a function argument have default value?

670