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 |
What are the restrictions of a modulus operator?
What does typedef struct mean?
What are the rules for the identifier?
Explain which function in c can be used to append a string to another string?
What is the use of static variable in c?
how to generate sparse matrix in c
What is d'n in c?
Is main is user defined function?
how logic is used
What does void main return?
What is the difference between array and pointer in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.