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

Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.

3 Answers   Google, Infosys, JTL, OpenFeel,


code for inverse a matrix

0 Answers  


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,


What does == mean in texting?

0 Answers  






What is optimization in c?

0 Answers  


pascal triangle program

2 Answers  


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.

2 Answers   Infosys,


write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"

2 Answers  


Define Spanning-Tree Protocol (STP)

0 Answers  


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


Categories