what is the full form of c language

Answer Posted / yatin mulay

The answer is "Common or cristofer".....Cristofer is
computer pioneer of oxferd univercity....

This answer is refer from book "The Art of Unix
Programming"....

Please correct if I am wrong

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1895


Is there a way to jump out of a function or functions?

638


Explain what are header files and explain what are its uses in c programming?

630


Can stdout be forced to print somewhere other than the screen?

627


Explain the difference between strcpy() and memcpy() function?

599






What is the correct code to have following output in c using nested for loop?

615


what will be the output for the following main() { printf("hi" "hello"); }

9346


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

634


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

702


Difference between malloc() and calloc() function?

657


What is bss in c?

608


Combinations of fibanocci prime series

1116


How many loops are there in c?

584


What is the main difference between calloc () and malloc ()?

576


What is pragma in c?

631