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 |
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What is difference between union and structure in c?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
What is function prototype in c with example?
What are the features of the c language?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What is the meaning of ?
What is the use of a conditional inclusion statement in C?
What is the difference between macros and inline functions?
What is the difference between printf and scanf in c?
Can we change the value of static variable in c?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]