How can you determine the size of an allocated portion of memory?
No Answer is Posted For this Question
Be the First to Post Answer
what is output of the following statetment?Printf(“%x”, -1<<4); ?
How to explain the final year project as a fresher please answer with sample project
Is there sort function in c?
What is meant by int fun const(int a, int b) { .... ... }
How do you sort filenames in a directory?
how could explain about job profile
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
how to use virual function in real time example
What is a double c?
What is switch in c?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...