how to devloped c lenguege?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14955


the question is that what you have been doing all these periods (one year gap)

1614


What is difference between structure and union in c programming?

565


What is wrong with this initialization?

585


How do you view the path?

661






write a c program to find the sum of five entered numbers using an array named number

1617


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

678


What are 'near' and 'far' pointers?

616


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

667


What is the stack in c?

714


What is a structure and why it is used?

617


What are reserved words with a programming language?

599


What is the best way to comment out a section of code that contains comments?

776


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1056


What is pointer & why it is used?

600