What is the value of a[3] if integer a[] = {5,4,3,2,1}?
No Answer is Posted For this Question
Be the First to Post Answer
How would you write qsort?
What are the standard predefined macros?
What is c token?
Explain why can’t constant values be used to define an array’s initial size?
const char * char * const What is the differnce between the above tow?.
what value is returned to operating system after program execution?
what is the use of using linked list and array?
While(1) { } when this loop get terminate is it a infinite loop?
Compare interpreters and compilers.
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
main() { int i; printf("%d",i^i); }
how to impliment 2 or more stacks in a single dimensional array ?