What is Full Form of C and Why We use C
Answers were Sorted based on User's Feedback
Answer / ravi
i think C is combination of ADA, BASIC and COBOL so we can called combined language
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasanthi
it came from BCPL..after B language they introduced C language
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / ankur
I think c programming language is derived from "B" language which is "BASIC" programming language but in c language compiler is used that is why some people called it is the full form of compiler
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / debayan mitra
The full form of C is combined language. It came as an
offspring of BCPL(Basic Combined programming language).
C is used to develop software.
| Is This Answer Correct ? | 8 Yes | 14 No |
Answer / sakshi
C language was renamed from BCPL second alphabet...
This language was designed fast,reliable,efficient,portable
system software..........
| Is This Answer Correct ? | 4 Yes | 12 No |
What is use of bit field?
What is the explanation for cyclic nature of data types in c?
Explain c preprocessor?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Should a function contain a return statement if it does not return a value?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the method to save data in stack data structure type?
Differentiate between null and void pointers.
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????