what is c?
Answers were Sorted based on User's Feedback
Answer / pazhani
C is one of the computer programming Languages
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / m.karthik
c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........
| Is This Answer Correct ? | 3 Yes | 2 No |
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is pointer and structure in c?
char ch="{'H','I',0};printf("%s",ch);what is output
Did c have any year 2000 problems?
? ???Mirror Mirror on the wall????????
How can you increase the size of a statically allocated array?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
how to find anagram without using string functions using only loops in c programming
What is oops c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Explain the difference between strcpy() and memcpy() function?