what is the full form of c language

Answer Posted / guest

the answer of this question is that,the full name of c
language is {compile-language}.!

Is This Answer Correct ?    23 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the heap?

987


a c code by using memory allocation for add ,multiply of sprase matrixes

2560


Explain what are the advantages and disadvantages of a heap?

875


What does d mean?

810


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2484


What is c variable?

823


What are valid operations on pointers?

969


What does %c mean in c?

869


What is the difference between text and binary modes?

900


How can I call fortran?

830


Is there a built-in function in C that can be used for sorting data?

1031


What extern c means?

759


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1056


What are the 4 data types?

801


How can I dynamically allocate arrays?

816