what is c programming?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Explain what is the benefit of using enum to declare a constant?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
what are the 10 different models of writing an addition program in C language?
What compilation do?
7 Answers Geometric Software, Infosys,
What is pass by reference in c?
What does int main () mean?
How can a program be made to print the name of a source file where an error occurs?
What are the Advantages of using macro
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
What is advantage of pointer in c?
Write a program in c to print * * * * * *******
If fflush wont work, what can I use to flush input?