Answer Posted / sumit
Its a simple economics, you want man power with required
skill set and I want money for my livelihood.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is the use of extern in c?
What is define c?
can anyone please tell about the nested interrupts?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is array in c with example?
What are header files? What are their uses?
Place the #include statement must be written in the program?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Can we replace the struct function in tree syntax with a union?
Where are the auto variables stored?
Explain what are the advantages and disadvantages of a heap?
What is malloc calloc and realloc in c?
What is a memory leak? How to avoid it?