what is the full form of c language
Answer Posted / varanasi malikarjun
I want a best and simple methods of C language material. will you provide this material to my id please!!!!!!!!!!!!!!!!!!
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is pointer to pointer in c?
Explain bit masking in c?
How can I read a binary data file properly?
How do you use a pointer to a function?
Why clrscr is used in c?
Write a program to reverse a given number in c language?
What does c mean in standard form?
What is the use of #define preprocessor in c?
What is the size of structure pointer in c?
c program for searching a student details among 10 student details
why wipro wase
Is void a keyword in c?
Is array a primitive data type in c?
Write the syntax and purpose of a switch statement in C.
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