Why C language is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
which is faster execution: loops or recursion?
Can anyone tell what is stack overflow? what precaution we should take?
what is a function pointer and how all to declare ,define and implement it ???
diff. between *p and **p
What is a example of a variable?
What is #line?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
What is the use of typedef in structure in c?
from which concept of 'c', the static member function of 'c++' has came?
what is real time system?what is the differance between hard and soft real time systems
What is a string?