What is Full Form of C and Why We use C

Answer Posted / divya sharma

It was named "C" because many of its features were derived
from an earlier language called "B".

Is This Answer Correct ?    17 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

591


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1808


Write a program with dynamically allocation of variable.

595


Are bit fields portable?

666


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

591






What are multibyte characters?

637


Can we change the value of static variable in c?

550


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

658


What does void main () mean?

715


What is the explanation for prototype function in c?

557


What is the difference between the expression “++a” and “a++”?

642


Function calling procedures? and their differences? Why should one go for Call by Reference?

622


What is the meaning of typedef struct in c?

579


Explain what is a const pointer?

630


When should a type cast not be used?

616