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 |
Who invented bcpl language?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
write a program to create a sparse matrix using dynamic memory allocation.
What is graph in c?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
What is c programing language?
What is declaration and definition in c?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
What are the characteristics of arrays in c?
how to find the binary of a number?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
How can you find the exact size of a data type in c?