how to devloped c lenguege?
Answers were Sorted based on User's Feedback
Answer / anuj
c is a programming language.its develop through the
programming part such as structure, array,control statement
and its other element whose are developed the c programming
language
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / ram
its programming language.its developed by writing program
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saranya
c language is developed by structure,array,class,etc.it can
easily created by pragramming
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satish patel
c lenguage is one type of logic programming leanguage
c language is devloped by devide reach.
also devloping supported by R.D.Desoza.
c lenguage are also devloping at bcpl or b lenguage.
the also devloped is binary lenguage.binary language also
low level lenguage.this read and write 0 and 1 number. any
quary contact me satish_199119@yahoo.com thenks
friends.............
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the difference between array and pointer in c?
Explain what are the __date__ and __time__ preprocessor commands?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is this infamous null pointer, anyway?
What is the scope of static variables?
differnce between do and do while
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
What should not contain a header file?
What is array in c with example?
Which one would you prefer - a macro or a function?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }