wat is the meaning of c?
Answers were Sorted based on User's Feedback
Answer / abirami
it is a common language. combination with cobol and fortarn.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / sudharsan
c is a basic structural programming language and this is a
advanced version of cobal and pascal etc....
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / leela
c is a programming language.
it is mainly support for operating system,and basic language
in programming.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / vikram
C is a text
oriented
programming
language. It is
developed from
previous
programming
BASIC.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nithya
c is a common and basic structurl programming language
and then all language in basic for c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a file other than a .h file be included with #include?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
How can I return multiple values from a function?
What should malloc() do?
Prove or disprove P!=NP.
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is typedef?
Why void main is used in c?
What is the role of this pointer?
Write a C program in Fibonacci series.
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,