What is Full Form of C and Why We use C

Answer Posted / dileep kumar

C is named bcz it id based on compiler.and descover after ADA , BASIC ,COBOL

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain why c is faster than c++?

562


How can I use a preprocessorif expression to ?

592


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

588


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1775


Can we assign integer value to char in c?

605






Can a variable be both static and volatile in c?

594


Can we use any name in place of argv and argc as command line arguments?

600


Is main an identifier in c?

587


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

677


What does %p mean c?

613


differentiate built-in functions and user – defined functions.

607


What is structure and union in c?

584


What are types of functions?

553


Can the “if” function be used in comparing strings?

576


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1724