what is the full form of c language
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / varanasi malikarjun
May be this language name suited for Compile language. Why because this language is gateway of the all languages. So, we can accept this name as compile language.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / priyesh.
there is no any type of correct full form of C. till now
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / yatin mulay
The answer is "Common or cristofer".....Cristofer is
computer pioneer of oxferd univercity....
This answer is refer from book "Art of Unix Operating
System"....
Please correct if I am wrong
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / 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 |
The difference between printf and fprintf is ?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why is c called "mother" language?
c pgm count no of lines , blanks, tabs in a para(File concept)
Are negative numbers true in c?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop