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 |
How will you find a duplicate number in a array without negating the nos ?
Dont ansi function prototypes render lint obsolete?
Explain which function in c can be used to append a string to another string?
What is void main ()?
Is it fine to write void main () or main () in c?
c program to arrange digits in a no in ascending and descending order
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
what are the languages used in c#?
What is the difference between Printf(..) and sprint(...) ?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is
inline function is there in c language?