what is the full form of c language
Answer Posted / 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 |
Post New Answer View All Answers
How many header files are in c?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is the use of typedef in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Explain output of printf("Hello World"-'A'+'B'); ?
What are the different types of objects used in c?
Explain what math functions are available for integers? For floating point?
Why clrscr is used in c?
What is #include conio h?
Is printf a keyword?
What are the 4 types of programming language?
What is the difference between call by value and call by reference in c?
What are the modifiers available in c programming language?
Explain 'bit masking'?