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 are the __date__ and __time__ preprocessor commands?
What is the most efficient way to count the number of bits which are set in an integer?
What is union and structure in c?
Can you apply link and association interchangeably?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is c procedural or functional?
Can i use “int” data type to store the value 32768? Why?
What is the default value of local and global variables in c?
What is spaghetti programming?
Why is c fast?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
a c code by using memory allocation for add ,multiply of sprase matrixes
How do I convert a string to all upper or lower case?
How do you construct an increment statement or decrement statement in C?
Explain what is a stream?