what is c programming?

Answers were Sorted based on User's Feedback



what is c programming? ..

Answer / keerthi

c is procedure oriented programming language. In c program
execution starts from main().c is basic language for some
languages like c++,java etc.c is platform dependent and case
sensitive language.

Is This Answer Correct ?    8 Yes 0 No

what is c programming? ..

Answer / renisha

c is powerful system language even which user are using to
compiler as source code. it used input and display the output.

Is This Answer Correct ?    4 Yes 1 No

what is c programming? ..

Answer / priyanka mali

C Is the procedure oriented language, basically uses firstly
compilers which accepts source code from compliers as input
and produces .exe as output.it is a first usr friendly
language which takes input in the form of statements / usr
language and givesdesired outpu.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

what does data structure mean?

8 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


What is the difference between array and pointer?

0 Answers  


Explain why C language is procedural?

0 Answers   GE,


Did c have any year 2000 problems?

0 Answers  






write a program to find lcm and hcf of two numbers??

1 Answers  


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

0 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers  


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

0 Answers  


How can I remove the leading spaces from a string?

0 Answers  


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


What is sizeof int?

0 Answers  


Categories