what is the full form of c language
Answer Posted / priyesh.
there is no any type of correct full form of C. till now
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is function prototype in c language?
What is I ++ in c programming?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
How many loops are there in c?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
which type of aspect you want from the student.
Why array is used in c?
Explain what are header files and explain what are its uses in c programming?
How many keywords (reserve words) are in c?
Where we use clrscr in c?
In a header file whether functions are declared or defined?
What are the features of c language?
How can I use a preprocessorif expression to ?
What is #define size in c?