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

Write a program to generate random numbers in c?

668


Which function in C can be used to append a string to another string?

649


What is a shell structure examples?

596


What is const volatile variable in c?

584


Write a simple code fragment that will check if a number is positive or negative.

715






What is the use of ?

629


Is void a keyword in c?

584


What is #define?

580


difference between object file and executable file

6103


What is the use of function overloading in C?

686


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

738


How can I change their mode to binary?

704


In c language can we compile a program without main() function?

584


The __________ attribute is used to announce variables based on definitions of columns in a table?

678


What is new line escape sequence?

814