what is the meaning of 'c' language

Answers were Sorted based on User's Feedback



what is the meaning of 'c' language..

Answer / kalyan chukka

C Language Means Computer Language

Is This Answer Correct ?    9 Yes 1 No

what is the meaning of 'c' language..

Answer / srinidhi

c=computer thats wt c language means computer language

Is This Answer Correct ?    6 Yes 0 No

what is the meaning of 'c' language..

Answer / varun kumar

C is the language which easy understand by the
machine.Because it is also called the machine language.it
convert the source code into object code then into machine
code.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Interview Questions

5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


How the C program can be compiled?

11 Answers   HP,


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


what are two categories of clint-server application development ?

1 Answers  






how can we print  hellow world programme without using semicolon

3 Answers  


What is data types?

0 Answers  


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


what is the most appropriate way to write a multi-statement macro?

1 Answers  


Categories