Why C language is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
What is logical error?
What is an operator?
What is the maximum length of an identifier?
how to sort two array of characters and make a new array of characters.
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How does selection sort work in c?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
what is op? for(c=0;c=1000;c++) printf("%c",c);
Why do we use int main instead of void main in c?
what is c?
What is the difference between a structure and a union?
What is atoi and atof in c?