Answer Posted / ashik
#define swap(a,b) a^=b^=a^=b;
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain the bubble sort algorithm.
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...
What is a double c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Explain how do you determine a file’s attributes?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain what are compound statements?
Explain the binary height balanced tree?
What does %d do in c?
What is malloc calloc and realloc in c?
Explain how does free() know explain how much memory to release?
Is it acceptable to declare/define a variable in a c header?
Which is the best website to learn c programming?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Is calloc better than malloc?