what is the full form of c language

Answer Posted / vijay kumar

full form of c is combit language.

Is This Answer Correct ?    14 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is extern keyword in c?

607


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2243


Explain how do you print only part of a string?

626


What is break statement?

606


What are the types of functions in c?

550






What are header files? What are their uses?

614


Describe static function with its usage?

583


How can a program be made to print the line number where an error occurs?

624


What is #line?

584


Explain what happens if you free a pointer twice?

578


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1968


What are the types of assignment statements?

606


What does nil mean in c?

650


Differentiate between new and malloc(), delete and free() ?

641


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1668