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
What is the heap?
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain what are the advantages and disadvantages of a heap?
What does d mean?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is c variable?
What are valid operations on pointers?
What does %c mean in c?
What is the difference between text and binary modes?
How can I call fortran?
Is there a built-in function in C that can be used for sorting data?
What extern c means?
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
What are the 4 data types?
How can I dynamically allocate arrays?